Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@Kira-Jennings Kira-Jennings released this 21 Nov 12:15
b063823

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>

Other

New Contributors

Full Changelog: 2.2.0...3.0.0