Installations: -
-
Install Chocolatey using cmd @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
-
Node.js , Python2 & Jdk : - choco install -y nodejs.install python2 jdk8
-
React-native-CLI : - npm install -g react-native-cli
-
Start Android Emulator (Any Emulator).
-
create new Project : - react-native init J1
-
Move to the directory : - cd J1
-
Install react-navigation and react-base : -
npm install --save react-navigation,
npm install native-base --save,
react-native link
-
To run the app : -
react-native run-android
-
To Edit- Open App.js file
Create folders : –
src/components
files: -
Header.js
SearchHeader.js
Footer.js
HomeBody.js
MessageHeader.js
NotificationHeader.js
TabBarStyle.js
src/images : -
jeet.jpg
src/screens : -
HomeScreen.js
MessageScreen.js
NavPage.js
NotificationScreen.js
SearchScreen.js
src/sidebar: -
SideBar.js