A React Native app demonstrating HEMS API interactions.
yarn
Android:
yarn run android
eas build --platform android --local
iOS:
yarn run ios
eas build --platform ios --local
yarn start
You'll need to be authenticated with eas - see the eas build documentation for more detail
eas build --platform all --profile acceptance --non-interactive