react-native-label-select icon indicating copy to clipboard operation
react-native-label-select copied to clipboard

A react native component used for making multiple choices.

Results 10 react-native-label-select issues
Sort by recently updated
recently updated
newest added

**ReferenceError: can't find variable :item** MyCodeIs:.... `import React, { Component } from "react"; import { AppRegistry, View, Button, StyleSheet, Text } from 'react-native' import LabelSelect from 'react-native-label-select' class MyItskills extends...

## Hey! I'm trying to learn react :), nice repo

Add dependency on 'prop-types' package

Update index.js so that it imports PropTypes from 'prop-types' instead of 'react'

I would like to make A PR to fix an issue with this package where Proptypes is imported from 'react'. To import PropTypes, we now have to depend on the...

Hello! I was trying to use your package, but it throws an arror on import. I dig a little the source code, and in fact, you are trying to use...

Is that possible to use our component as the Field component in redux form? Thanks

change import type of PropTypes

Import (PropTypes from react) no longer used The import is now made by its own module. Change tested in my own app. In file react-native-label-select\LabelSelect\Index.js Currently the beginning of import:...

这里居然没人,这个插件是我感觉最好用的这类型的插件了,比自己写的还是方便一些