React Native Facebook Login using official fbsdk

前端 未结 1 1394
借酒劲吻你
借酒劲吻你 2021-01-04 08:02

I tried following the starter tutorial by setting up a new React Native Project for iOS. But the loginbutton doesn\'t seem to be working. Any help is appreciated.

H

相关标签:
1条回答
  • 2021-01-04 08:41

    You need to link the sdk's iOS project in your app's project.

    If you're using react-native-sdk v0.2.0+, rnpm will take care of this step and you can follow the tips here to complete set up.

    If you're using the older version, you need to link react-native-fbsdkxxx.xcodeproj in YourApp.xcodeproj. Follow the manual linking steps in https://facebook.github.io/react-native/docs/linking-libraries-ios.html

    0 讨论(0)
提交回复
热议问题