https://github.com/vladmandic/human-expo
Human: Demo app with React-Native and Expo.IO
https://github.com/vladmandic/human-expo
Last synced: 2 months ago
JSON representation
Human: Demo app with React-Native and Expo.IO
- Host: GitHub
- URL: https://github.com/vladmandic/human-expo
- Owner: vladmandic
- License: mit
- Archived: true
- Created: 2022-01-07T15:18:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T16:00:17.000Z (about 1 year ago)
- Last Synced: 2024-10-27T22:44:47.140Z (6 months ago)
- Language: TypeScript
- Size: 553 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# human-expo
*Work-in-Progress*
## Docs
## Install
- use `yarn` as expo's babel config is not compatible with `pnpm`
> npm install yarn --global
- not compatible with `nodejs` v17
> export NODE_OPTIONS=--openssl-legacy-provider
- install `expo`
> yarn install expo-cli --global
> expo init --template expo-template-blank-typescript --yarn
> yarn upgrade
- check config
> expo login
> expo config
> expo diagnostics
> expo doctor
- start
> yarn start