Skip to content

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.

☁️ Clone

Copy the project via HTTPS running this command:

git clone https://github.com/Riseapps-com/ReactNativeBaseProject.git

💻 Install dependencies

yarn install

📱 Install native dependencies

cd ios && pod install && cd ..

🚀 Run

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

Clone this wiki locally