09. November 2016
React Native, Android and Loading embeded HTML pages in WebView
The problem is in Android release builds, where the local HTML files do not load. This is not a problem in debug builds. I have not tested the final iOS builds. Loading of a local html file in a webview in React Native is as simple as this.
<WebView source={{ uri: '../assets/generic.html' }} />