Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabind47/expo_learn_basics
https://github.com/nabind47/expo_learn_basics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabind47/expo_learn_basics
- Owner: nabind47
- Created: 2024-06-17T01:18:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T01:20:32.000Z (7 months ago)
- Last Synced: 2024-06-17T02:35:33.292Z (7 months ago)
- Language: JavaScript
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [EXPO LEARN](https://docs.expo.dev/tutorial/introduction/)
```sh
npx expo install expo-dev-client
``````sh
npx expo start
``````sh
eas init
``````sh
eas build:configure
eas build --platform android --profile development
```> **_For Android, the development build must be in the `.apk.` While the default Android format is `.aab`, which is ideal for Google Play Store distribution, it cannot be installed on devices or emulators. To create a `.apk` In `eas.json`, make sure that `developmentClient` is set to `true` under `build.development` profile. Then, run the `eas build command` with android as the platform and development as the build profile._**