mirror of
https://github.com/zhigang1992/react-native-segmented-control-tab.git
synced 2026-01-12 22:50:51 +08:00
33 lines
958 B
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"
|
|
}
|
|
}
|