@zjkuang/react-native-dot-env
v0.1.2
Published
A package for managing .env file in React Native projects
Readme
@zjkuang/react-native-dot-env
A package for managing .env file in React Native projects
Installation
npm install @zjkuang/react-native-dot-envUsage
import { multiply } from '@zjkuang/react-native-dot-env';
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
