Skip to content

Nubescope/example-account-kit

Repository files navigation

react-native-facebook-account-kit example for Medium post

Install dependencies

From root folder:

yarn

Installing native iOS dependencies:

cd ios
pod install

Running app

Android:

react-native run-android

IOS:

react-native run-ios

You can find the example backend code in this repository.