react-native-segmented-control-tab-with-icon
Version:
this component build by using segemented control tab and added icon option in it.
55 lines (54 loc) • 1.49 kB
JSON
{
"name": "react-native-segmented-control-tab-with-icon",
"version": "1.0.1",
"description": "this component build by using segemented control tab and added icon option in it.",
"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.101.1",
"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/"
]
},
"keywords": [
"npm",
"npm-segmented-tab-with-icon",
"react-native",
"custom",
"component",
"SegmentedControlIOS",
"SegmentedControlTab",
"IOS",
"Android",
"controlled SegmentedControlTab"
],
"main": "src/SegmentedControlTab.js",
"scripts": {
"flow": "flow check",
"lint": "eslint src/**/*.js",
"test": "jest"
},
"author": "hash studioz priyesh",
"license": "ISC"
}