Skip to content

vladmandic/human-expo

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published