Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
/ fkn-app Public archive

mobile app for communicating with fk core devices

Notifications You must be signed in to change notification settings

fieldkit/fkn-app

Repository files navigation

README for fk-app

Commands

Android

Run developer Android app (requires package manager running on developer machine)

react-native run-android

Generate and run release variant. (Requires signing to be configured)

react-native run-android --variant=release

Generate a signed APK. (Requires signing to be configured)

cd android && ./gradlew assembleRelease

iOS

Troubleshooting

Error: Error watching file for changes: EMFILE

This happened on iOS when doing a react-native run-ios. I ended up doing a brew install watchman to fix this issue. I did try a few other things, like upping limits using various commands but they didn’t seem to help.