Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-dotenv

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-dotenv - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

CHANGELOG.md

4

package.json
{
"name": "react-native-dotenv",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Babel preset let you `import` application configs from **.env** file (zero runtime dependency)",

@@ -16,4 +16,4 @@ "main": "index.js",

"dependencies": {
"babel-plugin-dotenv": "^0.0.1"
"babel-plugin-dotenv": "~0.0.2"
}
}

@@ -61,5 +61,6 @@ # react-native-dotenv

To test it locally, you can use the **Release** configuration to launch the Simulator / Emulator.
### iOS
### iOS
You can use the **Release** configuration to launch the Simulator. (Only supported in RN v0.39+)
```

@@ -70,6 +71,7 @@ react-native run-ios --configuration Release

### Android
````
react-native run-android --configuration Release
```
1. `Command⌘` + `M` to launch the developer menu in Android emulator.
2. Tap **DevSettings**.
3. Toggle **JS Dev Mode**.
## Benefits we got

@@ -84,2 +86,8 @@

## Troubleshooting
### Changes to .env file is not updated
Manually edit the file importing `react-native-dotenv` (either add a blank line or whitespace) will work.
## Contact

@@ -86,0 +94,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc