refiner-react-native
Version:
Official React Native wrapper for the Refiner.io Mobile SDK
29 lines (28 loc) • 697 B
JSON
{
"name": "refiner-react-native",
"version": "1.4.0",
"description": "Official React Native wrapper for the Refiner.io Mobile SDK",
"homepage": "https://github.com/refiner-io/mobile-sdk-react-native",
"repository": {
"type": "git",
"url": "git://github.com/refiner-io/mobile-sdk-react-native.git"
},
"keywords": [
"refiner.io",
"survey"
],
"bugs": {
"url": "https://github.com/refiner-io/mobile-sdk-react-native/issues"
},
"author": {
"name": "Refiner",
"email": "contact@refiner.io",
"url": "https://refiner.io"
},
"license": "MIT",
"private": false,
"peerDependencies": {
"react-native": "^0.73.2"
},
"types": "index.d.ts"
}