An open API service indexing awesome lists of open source software.

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

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