Files
react-native-segmented-cont…/package.json

33 lines
958 B
JSON

{
"name": "react-native-segmented-control-tab",
"version": "3.1.0",
"description": "A react native component with the same concept of react native's SegmantedControlIOS, Primarily built to support both IOS and Android.",
"main": "SegmentedControlTab.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirankalyan5/react-native-segmented-control-tab.git"
},
"keywords": [
"react-native",
"custom",
"component",
"SegmentedControlIOS",
"SegmentedControlTab",
"IOS",
"Android",
"controlled SegmentedControlTab"
],
"author": "Kiran Kalyan",
"license": "MIT",
"bugs": {
"url": "https://github.com/kirankalyan5/react-native-segmented-control-tab/issues"
},
"homepage": "https://github.com/kirankalyan5/react-native-segmented-control-tab#readme",
"dependencies": {
"prop-types": "^15.5.10"
}
}