Wade McDaniel

Results 6 comments of Wade McDaniel

I don't know if it helps, but I'm having a similar issue, and I've made a snack that can reproduce it...sort of... https://snack.expo.io/@aproximation/react-native-draggable My actual Android 9 device is behaving...

Thanks Juan! What version of react native picker did you end up with after running expo update? On Mon, Sep 7, 2020, 8:41 AM Juan Barberis wrote: > After searching...

Thanks for that info! Unfortunately the snack I have set up to test this still errors with 1.6.0, although with a different error compared to 1.6.6: https://snack.expo.io/Lids0AJ0V ``` Tried to...

@arunpugahz Interesting! I haven't used native-base. But I do know that `@react-native-community/picker` says it's not supposed to be use with expo 37. I think they really mean expo 37 and...

Ah, that makes more sense. Thank you for clarifying! That's weird that newer expo relies on a deprecated picker library. Is this maybe an expo problem and not a react-native-community...

@shahmharsh The only solution I found was to use a different picker. But @arunpugahz pointed out that `"react-native-picker-select": "^7.0.0"` should work, just not ^8.0.0. but I haven't confirmed that directly....