Skip to content

react native jamserve mobile player

License

Notifications You must be signed in to change notification settings

ffalt/jampacked

Repository files navigation

jampacked

react native mobile app for jamserve

test

Requirements

Development server Android

Run yarn run android for a dev server. Connected phone or else an emulator is started.

Development server Release Build Android

Run yarn run android:release for a dev server. Connected phone or else an emulator is started.

Development server IOS (Experimental)

Run yarn run ios for a dev server. Connected phone or else an emulator is started.

Build Production Android

Note: You must provide your own android/app/jam_keystore.jks

Run yarn run android:build:release:apk to build the app as multiple apk per platform.

Run yarn run android:build:release:aab to build the app as on multi platform aab.

Run yarn run clean to clean out the gradle cache & reinstall node modules.

Running tests

Run yarn run test to execute the tests via Jest.