https://github.com/synonymdev/react-native-lnurl
React Native LN-URL
https://github.com/synonymdev/react-native-lnurl
Last synced: 6 months ago
JSON representation
React Native LN-URL
- Host: GitHub
- URL: https://github.com/synonymdev/react-native-lnurl
- Owner: synonymdev
- License: mit
- Created: 2021-05-28T15:21:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:45:39.000Z (over 1 year ago)
- Last Synced: 2025-08-18T08:42:17.190Z (8 months ago)
- Language: TypeScript
- Size: 731 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-lnurl
### Description
## Getting started
```bash
yarn add @synonymdev/react-native-lnurl
#or
npm i -s @synonymdev/react-native-lnurl
#rn-nodify is required
yarn add rn-nodeify -D
````
## Setup & Run Example
- `git clone https://github.com/synonymdev/react-native-lnurl && cd react-native-lnurl && yarn install && cd example && yarn install`
- If iOS:
- `cd ios && pod install && cd ../ && npx react-native run-ios`
- If Android:
- `npx react-native run-android`