Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 490 Bytes

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