A React Native / Expo SDK for Unleash.
yarn add @nunogois/unleash-react-native
Check out the demo app: unleash-react-native-demo.
A successor to proxy-client-react-native. Unlike the previous version, this SDK is a slim React Native-focused wrapper around the existing Unleash's React SDK, proxy-client-react, with built-in out-of-the-box support for React Native by implementing the recommended workarounds, making it easier to maintain and ensure compatibility between the two.
You should refer to the documentation of proxy-client-react for more information on how to use the SDK. Simply replace the import statements from @unleash/proxy-client-react
to @nunogois/unleash-react-native
.