react-native-custom-qr-codes-expo
Version:
A customisable QR code component for React Native applications. Compatible with Expo
38 lines (37 loc) • 926 B
JSON
{
"name": "react-native-custom-qr-codes-expo",
"version": "2.2.0",
"main": "index.js",
"description": "A customisable QR code component for React Native applications. Compatible with Expo",
"keywords": [
"react-native",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"qr-code",
"custom-qr-code"
],
"author": {
"name": "Geoffrey Natin",
"email": "nating@tcd.ie",
"url": "https://github.com/nating"
},
"homepage": "https://github.com/eddyoc/react-native-custom-qr-codes-expo",
"repository": {
"type": "git",
"url": "git://github.com/eddyoc/react-native-custom-qr-codes-expo.git"
},
"bugs": {
"url": "https://github.com/eddyoc/react-native-custom-qr-codes-expo/issues"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"expo": "~34.0.3",
"react-native-svg": "~9.5.1"
}
}