-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
Dmitry Usik edited this page Mar 24, 2021
·
5 revisions
This instruction assumes that you have already installed and set the react-native
environment up. The whole process contains 4
simple steps.
Copy the project via HTTPS running this command:
git clone https://github.com/Riseapps-com/ReactNativeBaseProject.git
yarn install
cd ios && pod install && cd ..
Run one of the next commands in order to start the application in a development environment:
react-native run-android
or react-native run-ios