Skip to content

recraftrelic/recraft-react-native-base-app-seed

Repository files navigation

Recraft React Native Base App Seed

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.

Demo

Packages & Libraries used

Steps to Run the Project in Development Mode

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

IOS

We can directly run the app

npx react-native run-ios

Facing any error related to pods in ios

We need to install the pods

sudo gem install cocoapods
cd ios
pod install
cd ..
npx react-native run-ios

Android

We can directly run the app

npx react-native run-android

Contributors

Sponsors

Recraft Relic Private Limited