react-native-yoco
Version:
The Yoco SDK allows app developers to integrate with Yoco card machines to accept in-person payments from within their application. The most common scenario is to accept Yoco payments from within your Point of Sale application.
48 lines (47 loc) • 1.5 kB
JSON
{
"name": "react-native-yoco",
"version": "0.3.2",
"description": "The Yoco SDK allows app developers to integrate with Yoco card machines to accept in-person payments from within their application. The most common scenario is to accept Yoco payments from within your Point of Sale application.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"react-native-yoco",
"ReactNativeYoco",
"yoco",
"yoco react native",
"react native yoco",
"yoco sdk"
],
"repository": "https://github.com/tolypash/react-native-yoco",
"bugs": {
"url": "https://github.com/tolypash/react-native-yoco/issues"
},
"author": "Anatoly Pashias <anatoly.pashias6@gmail.com> (https://github.com/tolypash)",
"license": "MIT",
"homepage": "https://github.com/tolypash/react-native-yoco#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~18.3.12",
"expo-module-scripts": "^4.0.3",
"expo": "~52.0.0",
"react-native": "0.76.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}