TODO: Add app description
Building the Facebook SDK requires the following steps:
-
Install and link the Facebook SDK for React Native packages and dependencies.
react-native install react-native-fbsdk react-native link react-native-fbsdk -
Install the plist package, the xcode package, and the adm-zip package, by executing the following command.
npm install plist xcode adm-zip -
Run the script ios_setup.js by executing the following command:
node ios_setup.js [App ID] FetchLocate the project’s
App IDon the Facebook Developer site.NOTE: executing this script may take a while, as it involves downloading a ~50MB zip file.