Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffalt/jampacked
react native jamserve mobile player
https://github.com/ffalt/jampacked
Last synced: 3 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T23:49:17.000Z (8 months ago)
- Last Synced: 2024-04-14T15:14:26.578Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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)
![test](https://github.com/ffalt/jampacked/workflows/test/badge.svg)
## 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.
## 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](https://jestjs.io/).