
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.
@app-config/react-native
Advanced tools
React Native Metro transformer that loads your app-config values into bundles statically
React Native Metro transformer that loads your app-config values into bundles statically.
@app-config/mainyarn add @app-config/main
Or, if you use NPM.
npm i @app-config/main
@app-config/react-nativeyarn add -D @app-config/react-native
Or, if you use NPM.
npm i -D @app-config/react-native
Merge the contents of your project's metro.config.js file with this config (or create the file if it does not exist already).
metro.config.js:
module.exports = {
// Force cache reset in order to load app-config changes
resetCache: true,
transformer: {
babelTransformerPath: require.resolve('@app-config/react-native'),
},
};
As it is today, you will need to restart your React Native dev server every time you update app-config in order for the changes to take effect.
We are working to see if hot reloading is possible. PR's welcome!
FAQs
React Native Metro transformer that loads your app-config values into bundles statically
We found that @app-config/react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

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.