acolomboNotomia

Results 2 issues of acolomboNotomia

### My code ``` const [cities] = React.useState([{id: '1', text: 'ciao1', color: 'red', selectedColor: 'blue', selectedScale: 1}]); const [selectedCites, setSelectedCities] = React.useState([]); const [removedCities, setRemovedCities] = React.useState([]); const handleSelect =...

After install the plugin i'm getting this error on Android: `Could not determine the dependencies of task ':react-native-paypal:compileDebugAidl'. > Could not resolve all task dependencies for configuration ':react-native-paypal:debugCompileClasspath'. > Could...