Skip to content

Releases: thebergamo/react-native-fbsdk-next

v8.0.1

30 Apr 19:48

Choose a tag to compare

8.0.1 (2022-04-30)

Bug Fixes

  • android: ShareDialog.setMode('native') throws in Turkish language (#240) (30d9dd3)

v8.0.0

18 Apr 14:12

Choose a tag to compare

8.0.0 (2022-04-18)

⚠ BREAKING CHANGES

  • sdks: this version uses new major versions of the underlying SDKs and has breaking changes:
  • iOS mininum target now 11, alter your Podfile and in project.pbxproj as needed
  • Xcode 13+ required going forward. Xcode 12 not supported
  • Share dialog description and title were deprecated in v12, removed now
  • Client access token required: configure on Facebook console and in the app
  • GMS AD_ID Android Permission added by native SDK by default, use AndroidManifest tools:remove if unwanted

Please note the Expo config plugin has not been updated yet to handle client access token, use v12 if you need Expo config plugins. Follow #228 for updates or post a PR if this is important to you. Thanks!

Features

Bug Fixes

  • jest: add LoginManager.logOut + AccessToken mocks (#223) (5ba05f3)

v7.3.3

04 Mar 19:24

Choose a tag to compare

7.3.3 (2022-03-04)

Bug Fixes

  • android, setUserId: temporary android workaround for using setUserID(null) (#214) (231f969)
  • types: allow null value for AppEventsLogger.setUserID (#213) (72f861b)

v7.3.2

28 Feb 13:34

Choose a tag to compare

7.3.2 (2022-02-28)

Bug Fixes

  • expo, ios: remove unnecessary compiler_flags in plugin podspec (#211) (ce57919)

v7.3.1

24 Feb 17:35

Choose a tag to compare

7.3.1 (2022-02-24)

Bug Fixes

  • types: specify new types output dir after expo plugin addition (b4bd5fc)

v7.3.0

23 Feb 16:39

Choose a tag to compare

7.3.0 (2022-02-23)

Features

v7.2.0

21 Feb 21:07

Choose a tag to compare

7.2.0 (2022-02-21)

Features

  • Add reauthorizeDataAccess method to LoginManager (#204) (4aa7ff6)

v7.1.0

17 Feb 21:04

Choose a tag to compare

7.1.0 (2022-02-17)

Features

  • ios, sdk: bump facebook-ios-sdk to 12.3.2 (7240a0d)

v7.0.1

23 Jan 14:56

Choose a tag to compare

7.0.1 (2022-01-23)

Bug Fixes

  • build, typescript: include tsconfig.json in npm package (9c29bd5)
  • test: safely dereference NativeModule for test compat (ef3b4e8)

v7.0.0

21 Jan 18:55

Choose a tag to compare

7.0.0 (2022-01-21)

⚠ BREAKING CHANGES

  • release: use conventional commits style for commit parsing
  • update dependencies
  • migrate to typescript (#155)

Features

  • add clearUserID to AppEventsLogger (setUserId(null) throws exception from SDK) (#185) (03306a6)
  • export all module types (#173) (bd7f968)
  • ios: AEM logger (#165) (be1e861)

Bug Fixes

  • android, build: delete jcenter from rootProject - should not affect consuming apps (#184) (a76c285)
  • android, deprecation: Replace deprecated GameRequestDialog (#172) (a0c20d2)
  • android: remove dead code (#176) (a24bdb4)
  • iOS: update deprecated methods (81fc259)
  • release: use conventional commits style for commit parsing (c311031), closes #164
  • update dependencies (ddc968f)

Code Refactoring