https://github.com/ffalt/jampacked
react native jamserve mobile player
https://github.com/ffalt/jampacked
Last synced: 29 days ago
JSON representation
react native jamserve mobile player
- Host: GitHub
- URL: https://github.com/ffalt/jampacked
- Owner: ffalt
- License: mit
- Created: 2020-02-01T09:46:27.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-29T09:01:22.000Z (about 1 month ago)
- Last Synced: 2026-05-29T10:24:19.431Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 9.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jampacked
react native mobile app for [jamserve](https://github.com/ffalt/jamserve)

## Requirements
* setup [React Native](https://reactnative.dev/docs/environment-setup)
* install [yarn](https://yarnpkg.com/cli/install)
## 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.
## 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](https://jestjs.io/).