This base app is a boilerplate for any react native developer who wants to build a simple app.
The goal of this boilerplate is to provide a simple functional routing & theme app which can be reused with very little to no modification.
Use the below commands to clone the project and enter inside the directory After that install the dependencies.
git clone git@github.com:recraftrelic/recraft-react-native-base-app-seed.git
cd recraft-react-native-base-app-seed.git
yarn install
We can directly run the app
npx react-native run-ios
We need to install the pods
sudo gem install cocoapods
cd ios
pod install
cd ..
npx react-native run-ios
We can directly run the app
npx react-native run-android
- manojsinghnegiwd - Manoj Singh Negi
- yashkapoor8710 - Yogesh Kapoor