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
- Host: GitHub
- URL: https://github.com/scriptscrypt/react-native-starter
- Owner: scriptscrypt
- Created: 2024-03-01T15:18:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T01:29:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T20:36:25.504Z (12 months ago)
- Language: TypeScript
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]()