
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@revopush/expo-code-push-plugin
Advanced tools
To integrate Revopush into your Expo project, you need to modify the native part of the application. This is done using Expo Configuration Plugins.
This plugin will automatically generate all the necessary changes to integrate Revopush OTA.
Full setup guide for Revopush with Expo.
Revopush SDK doesn't work with Expo Go because it requires native code changes.
| Expo SDK | Revopush SDK | Revopush Expo plugin |
|---|---|---|
| 52+ | 1.3.0 | 1.0.0 |
npx expo install @revopush/react-native-code-push
npx expo install @revopush/expo-code-push-plugin
Extend Plugin section in your Expo config with:
module.exports = ({ config }: { config: ExpoConfig }) => ({
...config,
plugins: [
["@revopush/expo-code-push-plugin", {
ios: { // [!code ++]
CodePushDeploymentKey: 'YOUR_DEPLOYMENT_KEY',
CodePushServerUrl: 'https://api.revopush.org'
},
android: {
CodePushDeploymentKey: 'YOUR_DEPLOYMENT_KEY',
CodePushServerUrl: 'https://api.revopush.org'
}
}]
],
});
Run prebuild command to generate native ios and android folders
npx expo prebuild --clean
If you faced with ios target version error, add expo-build-properties plugin and set ios deploymentTarget to 15.5
FAQs
Expo plugin to configure Revopush OTA for React Native
We found that @revopush/expo-code-push-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.