Logan W.

Results 2 comments of Logan W.

> I am running into a similar issue on Mac after upgrading to Expo SDK 49 and react-native 0.72.4: > > ``` > ℹ️ Applying gradle plugin 'expo-updates-gradle-plugin' ([email protected]) >...

I am also able to replicate the same issue on ipad ``` handleSaveAddress(ref?.current?.getAddressText()), }} placeholder={placeholder || 'Enter an address'} onPress={(data) => { console.log({ data }); handleSaveAddress(data?.description); }} keepResultsAfterBlur={false} minLength={7} debounce={500}...