https://github.com/fajarbc/react-native-todo
React Native Basic Todo App
https://github.com/fajarbc/react-native-todo
expo javascript react-native
Last synced: about 2 months ago
JSON representation
React Native Basic Todo App
- Host: GitHub
- URL: https://github.com/fajarbc/react-native-todo
- Owner: fajarbc
- Created: 2022-08-07T03:16:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T08:43:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T17:29:49.740Z (over 1 year ago)
- Topics: expo, javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-todo
React Native Basic Todo App, with Expo CLI
# Setup
1. Install Dependencies
```
yarn
```
# Start
1. Running
```
yarn start
```
2. Choose Device
1. Real Device
1. Download `Expo Go`
2. If Android, open Expo Go and scan QR shown in terminal
3. If IOS, open Camera and scan QR shown in terminal
2. Emulator Device
1. If Android, press **a**
2. If IOS, press **i**
# Build
- Make sure you have installed expo-cli and eas-cli. More on https://docs.expo.dev/archive/classic-updates/building-standalone-apps/
```
npm install -g expo-cli
npm install -g eas-cli
```
- Build
```
expo build:android -t apk
```
Or
```
eas build -p android
```