This is a sample app created to learn react-native from scratch. This sample app is mainly build for Android but works fine on iOS as well. It contains the initial index.android.js file which renders the Login.js file. It contains a login screen. Have tried to add different styles.
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with npm install
- cd to the repo
- Run Build for either OS
- for iOS
- run
react-native run-ios
- run
- for Android
- Run Genymotion
- run
react-native run-android
Here are some of the screenshots:
** Screen -2 **
** Screen -3 **
** Screen -4 **
Should you have any questions regarding the sample, can contact me on hiten.bahri@gmail.com