Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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