From eaf57578bfae73bb48f95e7006ec5ae232737d09 Mon Sep 17 00:00:00 2001 From: Kemal Ahmed Date: Thu, 28 May 2020 16:14:09 -0400 Subject: [PATCH] Deprecate repo and package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a4300a..f7e90a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # react-native-dotenv +## Deprecated due to security vulnterabilities in favor of [babel-plugin-dotenv-import](https://www.npmjs.com/package/babel-plugin-dotenv-import) + Let you `import` environment variables from a **.env** file in React Native, **don't** need any native code integration. [![CircleCI](https://circleci.com/gh/zetachang/react-native-dotenv.svg?style=svg)](https://circleci.com/gh/zetachang/react-native-dotenv)