eugbash
Results
2
comments of
eugbash
It seems that what is needed to be cleaned depends on the react-native bundler version. So if cache is the case you can try: - on macOS: rm -rf $TMPDIR/haste-map-*...
Exactly. Yes, I found it at /Libraries/Picker/PickerIOS.macos.js I was confused as the render method in /Libraries/Components/Picker/Picker.js returned ``. Updating its condition to `if (Platform.OS === 'ios' || Platform.OS === 'macos')...