A mobile app for AI Wearables.
To develop you need to have NodeJS, Xcode and Android Studio installed.
First, you need to generate native code for the app. To do this, run:
yarn prebuild
Then you can start the development server:
yarn start
Then you can open android or iOS project directly using Android Studio or Xcode.
MIT