Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Releases: facebookarchive/react-native-fbsdk

v3.0.0

23 Nov 21:19
Compare
Choose a tag to compare
  • Update native sdks to 8.0+ and add API for CCPA compliance and iOS 14 ATE (#804) by @dreamolight
  • Implement fetch deferred app link (#813) by @yum650350
  • Add getters for anonymousID, attributionID and advertiserID (#805) by @VEnom42
  • Avoid app crashing on access token change (#744) by @syaau

v2.0.0

18 May 20:34
Compare
Choose a tag to compare

Improvements

  • Update facebook sdk to 7.0.0 on iOS and Android

Breaking

Some apis were removed from the facebook sdk so also removed here.

  • Removed the loginBehaviorIOS from <LoginButton />
  • Removed ShareApi

v1.1.2

30 Jan 20:31
Compare
Choose a tag to compare
  • Fix crash for AccessToken tracker (#699)

v1.1.0

07 Nov 18:01
Compare
Choose a tag to compare
  • Add method to listen for changes to the access token (#666)
  • update facebook sdks to 5.8.0 for ios (#659)

v1.0.4

18 Sep 18:16
Compare
Choose a tag to compare
  • Bump minimum sdk version on iOS to support iOS 13 (#643)

v1.0.2

25 Aug 00:42
Compare
Choose a tag to compare

Bug fixes

This releases fix crashes when passing null values on iOS and callbacks not getting called on Android.

v1.0.1

02 Aug 21:30
Compare
Choose a tag to compare

Breaking changes

  • Update to androidx libraries
  • You no longer have to pass a CallbackManager to FBSDKPackage

v1.0.0-rc.4

26 Jun 19:21
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

Breaking changes

  • You no longer have to pass a CallbackManager to FBSDKPackage

0.10.0

18 Jun 21:55
Compare
Choose a tag to compare

Breaking changes

  • Update to FBSDK v5
  • LoginManager: logInWithReadPermissions and logInWithWritePermissions have been replaced with logInWithPermissions
  • LoginButton: readPermissions and writePermissions props have been replaced with permissions
  • Deprecated AppInviteDialog was removed
  • Deprecated LikeView was removed

iOS

  • LoginManager: loginBehavior on iOS now only support browser

Improvements

  • Access tokens now include expiredPermissions and dataAccessExpirationTime

v1.0.0-rc.0

14 Jun 20:22
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

Breaking changes

  • Minimum React Native version is now 0.60.0
  • Update to FBSDK v5
  • LoginManager: logInWithReadPermissions and logInWithWritePermissions have been replaced with logInWithPermissions
  • LoginButton: readPermissions and writePermissions props have been replaced with permissions
  • Deprecated AppInviteDialog was removed
  • Deprecated LikeView was removed

iOS

  • LoginManager: loginBehavior on iOS now only support browser

Android

  • Update to androidx libraries

Improvements

  • Access tokens now include expiredPermissions and dataAccessExpirationTime