Skip to content

slasho/react-native-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Starter Kit 🚀

Bootstrap your app development by using this awesome react native starter kit, integrated with Firebase Auth and Facebook Login. Clone this boilerplate app to get you up and running quickly.

Fully working features

  • Login with Facebook
  • User Management with Firebase Auth
  • Firebase Firestore Integration
  • Email/Password Registration
  • Persistent Login Credentials (a.k.a Remember password)
  • Logout Functionality
  • Beautiful UI and transitions

App Designs

react native splash screen react native starter kit welcome react native starter kit firebase registration screen firebase react native

Google signin

  • when signing in with google on android and you get "developer_error google sign in".

  • take the following steps:

    	* in the command line, enter:
    		keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore
    
    	*  when prompted for password, enter:
    		android
    
    	* you should successfully generate some keys.
    	* copy the "SHA1:" key
    	* visit firestore console in your browser
    	* under settings>>Project settings select "RN Starter Kit Android"
    	* click "add fingerprint"
    	* paste the copied "SHA1:" key
    
    	* then rebuild app
    

Coded with ❤️ by Instamobile and iOS App Templates.

About

React Native Starter Kit with Firebase Auth and Facebook Login

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.5%
  • Objective-C 10.9%
  • Java 7.8%
  • Ruby 5.8%
  • Python 4.0%