This repository was archived by the owner on Apr 2, 2021. It is now read-only.
Releases: facebookarchive/react-native-fbsdk
Releases · facebookarchive/react-native-fbsdk
v3.0.0
v2.0.0
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
loginBehaviorIOSfrom<LoginButton /> - Removed
ShareApi
v1.1.2
v1.1.0
v1.0.4
v1.0.2
Bug fixes
This releases fix crashes when passing null values on iOS and callbacks not getting called on Android.
- Remove NSNull values from params dictionaries (#628) by @janicduplessis
- Fix sharing callback doesn't get called on Android. (#617) by @HelloCore
v1.0.1
Breaking changes
- Update to androidx libraries
- You no longer have to pass a
CallbackManagertoFBSDKPackage
v1.0.0-rc.4
Breaking changes
- You no longer have to pass a
CallbackManagertoFBSDKPackage
0.10.0
Breaking changes
- Update to FBSDK v5
- LoginManager:
logInWithReadPermissionsandlogInWithWritePermissionshave been replaced withlogInWithPermissions - LoginButton:
readPermissionsandwritePermissionsprops have been replaced withpermissions - Deprecated
AppInviteDialogwas removed - Deprecated
LikeViewwas removed
iOS
- LoginManager:
loginBehavioron iOS now only supportbrowser
Improvements
- Access tokens now include
expiredPermissionsanddataAccessExpirationTime
v1.0.0-rc.0
Breaking changes
- Minimum React Native version is now 0.60.0
- Update to FBSDK v5
- LoginManager:
logInWithReadPermissionsandlogInWithWritePermissionshave been replaced withlogInWithPermissions - LoginButton:
readPermissionsandwritePermissionsprops have been replaced withpermissions - Deprecated
AppInviteDialogwas removed - Deprecated
LikeViewwas removed
iOS
- LoginManager:
loginBehavioron iOS now only supportbrowser
Android
- Update to androidx libraries
Improvements
- Access tokens now include
expiredPermissionsanddataAccessExpirationTime