Emin Khateeb
Emin Khateeb
Same here, using following versions: ``` "react-native": "0.66.0" "react-native-safe-area-context": "^3.3.2" "@react-navigation/native": "^6.0.4" "@react-navigation/native-stack": "^6.2.5" ``` Workaround from @AND-GORNIY resolved the issue.
I have the same issue using the latest version (`7.0.0`) and can reproduce it sometimes when calling `getInternetCredentials` directly after the app start. "sometimes" meaning I restart the app over...
@oblador Thank you for the update. Unfortunately I can still reproduce the issue by restarting the app a few times. Every 4-6th app start it takes much longer until the...
Unfortunately the issue still persists for me in `0.65.1`. But I found a super strange workaround for this issue and would be curious if that also works for you. Maybe...
@markdalgleish Ah that's good to know, thanks!
Reporting back after a while - this issue is still present. While the provided workaround might solve the issue with the first two lines, it unfortunately is not a "one...
Out of curiosity, are you using the wix navigator (react-native-navigation)?