npm react-native-fbsdk 0.2.1

latest releases: 3.0.0, 2.0.0, 2.0.0-beta.0...
7 years ago

Bug fixes

  • Tweak FRAMEWORK_SEARCH_PATHS to support finding local FBSDK frameworks. See issue #181
    You can now include the iOS SDK in your app's project following the steps:

    $ rnpm install react-native-fbsdk
    $ mkdir ios/Frameworks  #make a local folder for the FBSDK frameworks
    $ curl -#L https://origincache.facebook.com/developers/resources/?id=facebook-ios-sdk-current.zip | bsdtar -xf- -C ./ios/Frameworks; #download the FBSDK
    $ npm install xcode;
    $ curl https://gist.githubusercontent.com/chrisp-fb/ade0baca1391982f97e2fbc0ad73b934/raw/d3d81a38d2465f8e820285a4a5f5656ef5f9c5a9/fbsdk-setup.js | node; 

    Now you can follow the Getting Started Guide to configure xcode project, connect application delegate and use the sdk.

Don't miss a new react-native-fbsdk release

NewReleases is sending notifications on new releases.