[Work in Progress] The Beginner's Guide for setting up social authentication for React-native projects.
Name | Android | iOS |
---|---|---|
✔️ | ❌ | |
❌ | ❌ | |
❌ | ❌ | |
❌ | ❌ |
- Install react-native-cli with
npm i -g react-native-cli
then create a project by running the following commandreact-native init myAwesomeProject
. - If you have already created a project then make sure you have the
react-native
version0.29
or above. - Download and install Android Studio and latest version of JDK and create environment variables, for more detailed instructions on how to set-up development environment you can read the following articles -> Windows, macOS
Docs are still in progress...