weniver / BareReactNativeTemplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bare Workflow React Native Template

Template to jump-start your expo bare workflow projects. Comes with pre-configured bottom-tab React Navigation and with Redux using Redux Toolkit and React Redux.

Getting Started

To run template on android and iOS simulators you need to do some configuration. Check React Native CLI Quickstart section in the react native docs for more info.

Prerequisites

This project uses yarn package manager, install it using:

npm install -g yarn

Installing

After cloning repo install all dependencies:

yarn install

and install iOS project's CocoaPods

npx pod-install

if you need to change app name and bundle identifier you need to use a package like react-native-rename-next.

Built With

Author

Diego Cevallos

About


Languages

Language:JavaScript 33.3%Language:Java 30.0%Language:Ruby 16.6%Language:Objective-C 13.9%Language:Starlark 6.2%