react-native-segmented-control-tab
Version:
A react native component with the same concept of react native's SegmantedControlIOS, Primarily built to support both IOS and Android.
61 lines (60 loc) • 1.75 kB
JSON
{
"name": "react-native-segmented-control-tab",
"version": "4.0.0",
"description": "A react native component with the same concept of react native's SegmantedControlIOS, Primarily built to support both IOS and Android.",
"main": "src/SegmentedControlTab.js",
"scripts": {
"lint": "eslint src/**/*.js",
"flow": "flow check",
"test": "jest"
},
"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",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "^4.0.1",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.124.0",
"jest": "^23.6.0",
"jest-react-native": "^18.0.0",
"react": "16.6.0-alpha.8af6728",
"react-native": "^0.57.2",
"react-test-renderer": "^16.5.2"
},
"jest": {
"preset": "react-native",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"modulePathIgnorePatterns": [
"<rootDir>/Sample/"
]
}
}