Example authentification process for FBSDK and Google sign in via ReactNative.
- Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html#content
- Clone this repository
- Run
npm install
, all required components will be installed automatically - It is recommended to run
react-native start
command from root project directory. - Run your project from XCode (
Cmd+R
) for iOS, or usereact-native run-android
to run your project on Android.