## [8.0.0](https://github.com/thebergamo/react-native-fbsdk-next/compare/v7.3.3...v8.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 https://github.com/thebergamo/react-native-fbsdk-next/issues/228 for updates or post a PR if this is important to you. Thanks!
### Features
* **sdks:** Update to v13 of native SDKs ([#221](https://github.com/thebergamo/react-native-fbsdk-next/issues/221)) ([493a638](https://github.com/thebergamo/react-native-fbsdk-next/commit/493a638e0834dd4bc9c7e69a5019374c687cdd9c))
### Bug Fixes
* **jest:** add LoginManager.logOut + AccessToken mocks ([#223](https://github.com/thebergamo/react-native-fbsdk-next/issues/223)) ([5ba05f3](https://github.com/thebergamo/react-native-fbsdk-next/commit/5ba05f32b683c36fe54c1ae76e7515a6bbddc0b7))