UNPKG

react-native-resegmented-control

Version:

A fully customizable, declarative component that mimics the design of UISegmentedControl from iOS 13. Supported on iOS and Android

62 lines (61 loc) 1.83 kB
{ "name": "react-native-resegmented-control", "version": "2.4.0", "description": "A fully customizable, declarative component that mimics the design of UISegmentedControl from iOS 13. Supported on iOS and Android", "keywords": [ "react-native", "segmented", "control", "resegmented", "UISegmentedControl", "SegmentedControlIOS" ], "repository": { "type": "git", "url": "https://github.com/richardvclam/react-native-resegmented-control" }, "types": "lib/index.d.ts", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "rm -rf lib && tsc", "prepare": "npm run test && npm run build", "cov": "jest --coverage", "test": "jest", "lint": "tsc --noEmit && eslint \"{src,__tests__}/**/*.{js,jsx,ts,tsx}\" --quiet --fix" }, "author": "", "license": "ISC", "dependencies": { "react-native-redash": "^9.3.2" }, "devDependencies": { "@testing-library/react-native": "^5.0.3", "@types/jest": "^24.0.25", "@types/node": "^13.1.2", "@types/react-native": "^0.60.27", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "babel-jest": "^25.2.6", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^1.7.0", "eslint-plugin-react-native": "^3.8.1", "jest": "^25.2.7", "prettier": "^2.0.4", "prettier-eslint": "^9.0.1", "react": "^16.12.0", "react-native": "^0.61.5", "react-native-gesture-handler": "^1.5.2", "react-native-reanimated": "^1.4.0", "react-test-renderer": "^16.12.0", "ts-jest": "^25.3.1", "typescript": "^3.8.3" } }