react-native-multiple-select-list icon indicating copy to clipboard operation
react-native-multiple-select-list copied to clipboard

Multiple select list with search bar

Results 14 react-native-multiple-select-list issues
Sort by recently updated
recently updated
newest added

Hi, Im new to react-native, After installation (npm install --save react-native-multiple-select-list) when i import the following, import CustomMultiPicker from "react-native-multiple-select-list"; I get the below error.. Could not find a declaration...

I love the multiselect search bar! But for some reason when I added it, everything else above it got shifted out of the screen. I can't seem to find a...

I am getting the error PropTypes.oneOf is undefined as it is using the older version of react-native-vector-icons(3.0.0) if it takes the latest version of react-native-vector-icons(6.6.0) then it will OK but...

I tried to use the example provided in the readme file. I got the following error message. **Warning: Failed prop type: Invalid prop `name` of value `ios-search-outline` supplied to `Icon`,...

As of React 16.0.0, react module no longer contains PropTypes. Need to change to import PropTypes from 'prop-types';

I got an error "undefined is not an object (evaluating '_react.PropTypes.oneOf')" As I checked in the dependencies, it is using react-native-vector-icons version 3. ![image](https://user-images.githubusercontent.com/20411950/47137713-fede6200-d2e9-11e8-83d0-d5733b2cc4f6.png)

Suggestion: concatenate the item's key and value with a random integer.

The font size doesn't change depending on the screen size, and there is no prop to define font Size in the code. How do I make the font size larger...

Hello, Do you think its possible to add category? Category 1 Item 1 Item 2 Category 2 Item 1 Item 2 Thanks.