react-native-web-store-review
Version:
Web shim for native API to invoke store review prompt
36 lines • 881 B
JSON
{
"name": "react-native-web-store-review",
"version": "0.0.0-alpha.1",
"description": "Web shim for native API to invoke store review prompt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://docs.expo.io/versions/latest/sdk/storereview/",
"author": "Expo <support@expo.io> (https://expo.io)",
"keywords": [
"react-native-store-review",
"expo-store-review",
"code",
"native",
"react",
"react-native",
"react-native-web",
"expo",
"expo-web",
"official"
],
"license": "ISC",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-store-review"
},
"dependencies": {
"expo-store-review": "*"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
}
}