Releases: thebergamo/react-native-fbsdk-next
Releases · thebergamo/react-native-fbsdk-next
v12.1.1
v12.1.0
v12.0.0
12.0.0 (2023-08-18)
⚠ BREAKING CHANGES
- sdks: facebook-ios-sdk requires 2 additional iOS imports in AppDelegate, see step 3.2 of install guide
They are specifically:
new import 1 -#import <AuthenticationServices/AuthenticationServices.h>
new import 2 -#import <SafariServices/SafariServices.h>
Features
v11.3.0
v11.2.1
v11.2.0
v11.1.0
v11.0.1
v11.0.0
11.0.0 (2022-09-30)
⚠ BREAKING CHANGES
- sdks: iOS / tvOS minimum deployment version now 12+. Stay on older version to support iOS/tvOS 11
- sdks: in your ios
AppDelegate.m[m]
If you importFBSDKCoreKit/FBSDKCoreKit.h
, alter it toFBSDKCoreKit/FBSDKCoreKit-swift.h
(#317)
Features
- sdks: new v15 SDKs, iOS requires minimum iOS/tvOS of 12 now (f6dc589)