Installation
Installation steps for WebileNews App
Requirements for Software :
TextEditor(Like as Visual Code)
In this , Open React native code
Android Studio
In this , Open Android Folder
Xcode
In this , Open iOS Folder
Open the Terminal or cmd
set your project directory path in terminal
cd path/MyProjectFolder
Ex: cd Document/WebileNews
or
Open project in Visual Studio and move to Terminal tab
After entering the following command in the terminal:
$ npm install -save
$ react-native link
$ react-native run-ios
or
$ react-native run-android
Note : Android required open :
Android Studio and
Open the AVD Manger
Last updated
Was this helpful?