Daniel Morales González

Results 10 comments of Daniel Morales González

> > If by chance the project works for you by running it on an android device. > > It doesn't, that's what I was saying. I extracted this component...

Agree, this issue is still reproducible. [mosoakinyemi](https://github.com/mosoakinyemi)

@thiagomarti, I can't see any `WebView` related code on the snippet you've shared here 😅

@fukemy, I've also faced this issue, and it seems to be happening when passing `undefined` to the `source` prop. Make a check, or provide a default value so you can...

Another way to overcome this issue other than updating to 2.0.10 (which then breaks Android), is to add the Pod manually on the Podfile: ``` ... pod 'RNSecureKeyStore', path: '../node_modules/react-native-secure-key-store/ios'...

There's a workaround suggested [here](https://github.com/expo/expo-github-action/issues/221): https://github.com/expo/expo-github-action/compare/main...nderscore:expo-github-action:workaround

Another way to overcome this issue than updating to 2.0.10 (which will break Android) - it is to add the Pod manually on the Podfile: ``` ... pod 'RNSecureKeyStore', path:...

It seems callbacks are not supported with the default `InAppBrowser.open`, only with `openAuth`.

Facing the same issue here.. Tried both a FlatList & ScrollView, same issue. https://user-images.githubusercontent.com/32934478/134426408-9b4af234-2f96-4cdf-a52d-55574d48c96d.mov