This repository has been 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
loginBehaviorIOS
from<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
CallbackManager
toFBSDKPackage
v1.0.0-rc.4
Breaking changes
- You no longer have to pass a
CallbackManager
toFBSDKPackage
0.10.0
Breaking changes
- Update to FBSDK v5
- LoginManager:
logInWithReadPermissions
andlogInWithWritePermissions
have been replaced withlogInWithPermissions
- LoginButton:
readPermissions
andwritePermissions
props have been replaced withpermissions
- Deprecated
AppInviteDialog
was removed - Deprecated
LikeView
was removed
iOS
- LoginManager:
loginBehavior
on iOS now only supportbrowser
Improvements
- Access tokens now include
expiredPermissions
anddataAccessExpirationTime
v1.0.0-rc.0
Breaking changes
- Minimum React Native version is now 0.60.0
- Update to FBSDK v5
- LoginManager:
logInWithReadPermissions
andlogInWithWritePermissions
have been replaced withlogInWithPermissions
- LoginButton:
readPermissions
andwritePermissions
props have been replaced withpermissions
- Deprecated
AppInviteDialog
was removed - Deprecated
LikeView
was removed
iOS
- LoginManager:
loginBehavior
on iOS now only supportbrowser
Android
- Update to androidx libraries
Improvements
- Access tokens now include
expiredPermissions
anddataAccessExpirationTime