An open API service indexing awesome lists of open source software.

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

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`