UNPKG

react-native-upi-pay

Version:

react-native-upi is a plugin to integrate the UPI payment interface made by NPCI from your react native apps. This plugin allows you to enable peer to peer payments via UPI in your react native apps. Linking specs have been followed as per this doc

27 lines (26 loc) 556 B
{ "name": "react-native-upi-pay", "version": "1.0.8", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "react", "native", "upi", "payments", "peer to peer" ], "author": "Falendra Bandhe", "license": "MIT", "peerDependencies": { "react-native": "^0.41.2" }, "bugs": { "url": "https://github.com/falendra/react-native-upi-pay/issues" }, "homepage": "https://github.com/falendra/react-native-upi-pay" }