https://github.com/hoowc/todo-task
Android / APK / React Native Expo App
https://github.com/hoowc/todo-task
android apk expo react-native storage-service
Last synced: 6 months ago
JSON representation
Android / APK / React Native Expo App
- Host: GitHub
- URL: https://github.com/hoowc/todo-task
- Owner: HooWC
- Created: 2025-02-13T06:18:04.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-13T06:28:52.000Z (8 months ago)
- Last Synced: 2025-04-08T11:01:42.422Z (6 months ago)
- Topics: android, apk, expo, react-native, storage-service
- Language: JavaScript
- Homepage:
- Size: 30 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expo App
```sh
npx create-expo-app@latest -e with-router
```Install for this project
```
npm install
npm install expo
``````
npm install @react-native-async-storage/async-storage
``````
npx expo start
```Tips:
1. First time for start or run project need to take a long time.
## Build
```
npx cross-env NODE_ENV=production eas build --platform android
``````
npx eas-cli login
npx eas-cli build:configure
npx expo prebuild --cleanor
npx eas-cli build -p android
``````
Google store install AAB installer in your phone and covert aab file to apk file.
```## Doctor Build (X don't care it)
```
npx expo doctor@latest
npx expo install @react-native-async-storage/async-storage@1.23.1 react-native@0.76.7 react-native-screens@~4.4.0
npx expo install --check
npm install -g eas-cli
eas build:configure
npx eas-cli build -p android
```