Expo: Increase react-native-webview Expected Version Range for Expo SDK33+ to be 7.0.1+ for complete removal of UIWebView
David Solomon Fall
According to this issue, even when only WKWebView is used based on the provision of the prop "useWebKit", developers will still receive deprecation warnings regarding their IPA submissions: https://github.com/react-native-community/react-native-webview/issues/819#issuecomment-526036906
Since v7.0.1, UIWebView implementation in react-native-webview has been completely removed, so that warnings will no longer issued. In addition this will prevent the case of a submission of an IPA getting blocked by Apple.
Photo Viewer
View photos in a modal
Brent Vatne
see https://github.com/expo/expo/pull/5514
David Solomon Fall
Brent Vatne: That's awesome! Thank you for referencing the PR!!