
Security News
Socket Releases Free Certified Patches for Nuxt Security Vulnerabilities
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.
@unleash/unleash-react-native-sdk
Advanced tools
Unleash is a private, secure, and scalable feature management platform built to reduce the risk of releasing new features and accelerate software development. This React Native / Expo SDK is designed to help you integrate with Unleash and evaluate feature flags inside your application.
You can use this SDK with Unleash Enterprise or Unleash Open Source.
Full documentation: https://docs.getunleash.io/sdks/react-native
npm install @unleash/unleash-react-native-sdk unleash-proxy-client
yarn add @unleash/unleash-react-native-sdk unleash-proxy-client
npx expo install @unleash/unleash-react-native-sdk unleash-proxy-client
import { FlagProvider, useFlag } from '@unleash/unleash-react-native-sdk';
const config = {
url: 'https://<your-unleash-instance>/api/frontend',
clientKey: '<your-frontend-token>',
appName: 'my-app',
};
function MyComponent() {
const isEnabled = useFlag('my-feature');
return isEnabled ? <NewFeature /> : <OldFeature />;
}
export default function App() {
return (
<FlagProvider config={config}>
<MyComponent />
</FlagProvider>
);
}
For configuration options, context management, bootstrapping, testing, and troubleshooting, see the full documentation.
git clone https://github.com/Unleash/unleash-react-native-sdk.git
cd unleash-react-native-sdk
yarn install
yarn test
yarn build
See the Unleash contribution guide for general guidelines.
Releases are published to npm under the @unleash scope.
Apache-2.0
FAQs
A React Native / Expo SDK for Unleash
The npm package @unleash/unleash-react-native-sdk receives a total of 3,105 weekly downloads. As such, @unleash/unleash-react-native-sdk popularity was classified as popular.
We found that @unleash/unleash-react-native-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket releases free Certified Patches for high-severity Nuxt vulnerabilities, including server-side remote code execution through server island props.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.