Skip to content

v2.0.0

Choose a tag to compare

@Kira-Jennings Kira-Jennings released this 20 Nov 16:22
· 8 commits to main since this release
a4d1760

What's Changed

** Breaking Change **

FIX [FFM-12209]: React Native SDK throws an error after upgrading to the latest version of React Native 0.76

The optional prop async on FFContextProvider has been renamed asyncMode

<FFContextProvider
  asyncMode
  apiKey="YOUR_API_KEY"
  target={{
    identifier: 'YOUR_TARGET_IDENTIFIER',
    name: 'YOUR TARGET NAME'
  }}
  options={{
    cache: true
  }}
>
  <MyApp />
</FFContextProvider>

New Contributors

Full Changelog: 1.14.0...2.0.0