v2.0.0
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
- @Kira-Jennings made their first contribution in #23
Full Changelog: 1.14.0...2.0.0