limpbrains / react-native-lnurl

React Native LN-URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-lnurl

Description

Getting started

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

About

React Native LN-URL

License:MIT License


Languages

Language:TypeScript 61.8%Language:Java 17.0%Language:Objective-C 12.1%Language:JavaScript 5.2%Language:Ruby 2.1%Language:Starlark 1.7%