react-native-modal-selector
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -382,3 +382,4 @@ import React from 'react'; | ||
open: (args0?: {longPress?: boolean, [args1:string]: any})=> void; | ||
close: (item: TOption) => void; | ||
getSelectedItem: () => TOption; | ||
} |
{ | ||
"name": "react-native-modal-selector", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.", | ||
@@ -34,3 +34,4 @@ "main": "index.js", | ||
"Alex Spring <notlose@hotmail.com>", | ||
"Peace Chen (https://github.com/peacechen)" | ||
"Peace Chen (https://github.com/peacechen)", | ||
"mikaello" | ||
], | ||
@@ -46,13 +47,12 @@ "license": "MIT", | ||
"devDependencies": { | ||
"babel-eslint": "^7.2.3", | ||
"eslint": "^4.4.1", | ||
"eslint-config-react-app": "^6.0.0", | ||
"eslint-plugin-babel": "^4.1.2", | ||
"eslint-plugin-flowtype": "^5.4.0", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.2.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-react-native": "^3.0.1" | ||
"@babel/core": "^7.18.5", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/preset-react": "^7.17.12", | ||
"eslint": "^8.18.0", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-native": "^4.0.0" | ||
} | ||
} |
43056
9
858
8