Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 635 Bytes

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:

yarn ios:device

For Android:

yarn android:device

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.