IsaiahSavage / faithlink-mvp

Repository for my MVNU Honors Project.
Other
3 stars 0 forks source link

Replace usage of react-native-render-html with react-native-webview #61

Open IsaiahSavage opened 7 months ago

IsaiahSavage commented 7 months ago

The WebView component has greater support for what we're looking to do with it. We need to replace instances of react-native-render-html with react-native-webview.

IsaiahSavage commented 7 months ago

Something like this will be required for ViewResourceScreen.js:

code

IsaiahSavage commented 7 months ago

This may not be entirely possible, due to the fact that react-native-webview does not support web.

mrobbeloth commented 7 months ago

It seems ironic that something called webview does not support the web.