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

https://github.com/scriptscrypt/react-native-starter

A React native starter codebase for React Developers
https://github.com/scriptscrypt/react-native-starter

Last synced: 10 months ago
JSON representation

A React native starter codebase for React Developers

Awesome Lists containing this project

README

          

# React Native Starter

This is the starter codebase for React Native.

Use [Expo](https://docs.expo.dev/) for better React native experience

## What it includes?
- Folder Structure
- API integration Structure
- ENV Setup

## For Local Development

- 1 : Clone the Repo
```bash
git clone
```

- 2 : Install Expo CLI globally (incase it is not installed)
```bash
npm install -g expo-cli
```
- 3 : Inside the working directory
```bash
npm install
```
- 4 : Start the Expo Development Server
```bash
expo start or npx expo start
```
- 5 : Run the App on an Emulator or Device
```bash
For Android: expo android or npx expo android
For iOS: expo ios or npx expo ios

```
- 6 : On Physical Device:

Install the Expo Go app on your iOS or Android device.

Scan the QR code displayed on the Expo web page using the Expo Go app.

## Environmental Variables
Use the .env.example template for env

## Deployment

- [Live]()
- [Staging]()