Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 534 Bytes

NOTE: This repository is no longer maintained.

Flow Snapshot

This is a mobile client for Android (and hopefully soon iOS) to submit snapshots to Flow Dashboard

Commands

Generate Release APK

cd android && ./gradlew assembleRelease

Run on Device

react-native run-android

Test Release Build

For React-Native 0.39.x

react-native run-android --configuration=release

For more recent versions

react-native run-android --variant=release