Andrea Spagnuolo
Results
1
comments of
Andrea Spagnuolo
That's my versions: `RN 0.64.2` `"@react-native-picker/picker": "^1.16.4"` My component does work. That's my snippet: ``` const App = () => { const pickerRef = useRef(); function openPicker() { pickerRef.current.focus(); }...