Open IsaiahSavage opened 7 months ago
Something like this will be required for ViewResourceScreen.js
:
This may not be entirely possible, due to the fact that react-native-webview does not support web.
It seems ironic that something called webview does not support the web.
The
WebView
component has greater support for what we're looking to do with it. We need to replace instances ofreact-native-render-html
withreact-native-webview
.