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
- MAINT: Patch sample application CVEs by @erdirowlands in #27
- fix: [FFM-12220]: Bump cross-spawn from 7.0.3 to 7.0.6 by @Kira-Jennings in https://github.com/harness/ff-react-native-client-sdk/pull/30\
New Contributors
- @Kira-Jennings made their first contribution in #30
Full Changelog: 2.2.0...3.0.0