/react-native-template

Just a template to start develop your React Native project faster

Primary LanguageJavaScript

Installing React Native Cli

npm install -g react-native-cli

Installing dependencies

yarn install

Linking repositories on RN 0.60 >

cd ios && pod install && cd ..

Running

react-native run-ios
react-native run-android