human-expo

Human: Demo app with React-Native and Expo.IO

MIT License

Stars
5

human-expo

Work-in-Progress

Docs

https://expo.dev/ https://docs.expo.dev/ https://reactnative.dev/docs/platform https://github.com/tensorflow/tfjs/tree/master/tfjs-react-native

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