Alby Hub running as a persistent foreground task on Android, using a nodeless backend.
Make sure to configure your app in Android settings to ensure the app is not paused while unused (also check app battery optimizations etc to make sure it allows both foreground and background processing), otherwise the Alby Hub app can be suspended, killing the foreground service and other apps will not be able to interact with your wallet. Possibly due to the React Native bridge or an issue in @supersami/rn-foreground-service?
-
Install dependencies
npm install
-
Start the app (Setup your environment)
npm run android
Or run it connected to a real device:
npm run android:device
Or build an APK to run locally:
npm build:android:local