UNPKG

@adsesugh/monnify-react-native

Version:

A React Native component for integrating Monnify payment gateway using WebView for both React Native CLI and Expo.

33 lines (32 loc) 782 B
{ "name": "@adsesugh/monnify-react-native", "version": "1.0.4", "description": "A React Native component for integrating Monnify payment gateway using WebView for both React Native CLI and Expo.", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc", "prepare": "npm run build" }, "keywords": [ "react-native", "monnify", "payment", "webview", "expo", "sdk" ], "author": "Sesugh Agbadu", "license": "ISC", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-webview": ">=11.0.0" }, "devDependencies": { "typescript": "^4.0.0", "@types/react": "^17.0.0", "@types/react-native": "^0.64.0" } }