expo-store-review
Version:
Provides access to native APIs for in-app reviews.
44 lines • 1.12 kB
JSON
{
"name": "expo-store-review",
"version": "56.0.3",
"description": "Provides access to native APIs for in-app reviews.",
"main": "build/StoreReview.js",
"types": "build/StoreReview.d.ts",
"keywords": [
"react-native",
"expo",
"expo-store-review",
"reviews",
"app-store",
"google-play-store"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-store-review"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/storereview/",
"dependencies": {},
"devDependencies": {
"expo": "56.0.0-preview.5",
"expo-constants": "56.0.4",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}