Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.1 KB

File metadata and controls

41 lines (22 loc) · 1.1 KB

image

Alby Go

A simple lightning mobile wallet interface that works great with Alby Hub or any other NWC wallet service.

Development

yarn install

yarn start

Notifications

Push notifications are only available when running the app on a physical device using the following commands:

For iOS:

Run yarn expo prebuild (make sure to run this each time you edit assets/ios/NotificationService.m)

yarn device:ios

For Android:

yarn device:android

Note: Notifications do not work in the Expo Go app. You must run the app on a standalone build or a device using the above commands.

Download the google services from Firebase console and add it to the root directory

Add a .env.local in the root directory:

GOOGLE_SERVICES_JSON=./google-services.json

Then run yarn expo prebuild (make sure to run this each time you edit assets/android/MessagingService.kt)

run yarn device:android

To view logs you can run adb logcat | grep AlbyHubMessagingService