Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just1and0/react-native-evnproject
Learn how to use .env files in react native.
https://github.com/just1and0/react-native-evnproject
Last synced: 6 days ago
JSON representation
Learn how to use .env files in react native.
- Host: GitHub
- URL: https://github.com/just1and0/react-native-evnproject
- Owner: just1and0
- Created: 2020-05-17T20:16:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:11:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T23:11:45.041Z (over 1 year ago)
- Language: Objective-C
- Size: 2.03 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Imgur](https://i.imgur.com/XKqlebc.png)
# React-native-evnProject
This is the demo application using react-native-dotenv!!!The article containing instructions on how to build this app can be found [here](https://medium.com/just1and0/how-to-setup-env-file-in-your-react-native-application-2f760d806e02)
# Getting Started
These instructions should get you a copy of the project up and running on your local machine for development and testing purposes.# Prerequisites
Things you need to get started:
- A recent version of Node running on your machine (8.0 or higher), check this [link](https://nodejs.org/en/download/) to download it.
- A cool text editor, I recommend using either [VSCode](https://code.visualstudio.com/download) or [Atom(with the nuclide plugin)](https://nuclide.io/docs/editor/setup/)# Installing
To get the project running, follow these steps:
- Create a folder
-Enter/Navigate into that folder
```
cd
```- Clone this repository:
```
git clone https://github.com/just1and0/React-native-evnProject.git
```- Install all the project's dependencies:
```
yarn or npm install
```
- Once that's done, run the project:
```
npm start or yarn start
```# Run on emulator
```
npx react-native run-ios || npx react-native run-android
```# Built With
- Javascript
- React Native- (UI library)# Contribution
Please read the [CONTRIBUTING.md](#) file (Soon to be added) to see how you can contribute and add more features to the project.# Authors
TODO: Add the Authors