Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.22 KB

File metadata and controls

29 lines (22 loc) · 1.22 KB

react-native-login

User authentication screen for React Native using React-Redux and Firebase (For Android only). Also used the react-native-navigation as the native navigator plguin.

How to run

react-native link
  • After that, open up the the Android Studio amd then load the Android peoject inside the main project folder. And then re-build the project in Android Studio to fix some of the android refernces issues.

  • Run the app in a emulator Now you first run the android emulator and then run the following command. "react-native run-android" and the app will show up in the emmulator.

  • Run the app in your mobile If you want to test it in an actual device, please run the follwoing command after connecting the mobile to the machine.

npm run device

Please check here for more details on how to connect an actual device. https://facebook.github.io/react-native/docs/running-on-device.html