Fix the issue where onLoad and onLoadEnd were not triggered after the view was loaded. This
happens because url is about://(null) in iOS when using html in source like this: source={{ html }}. Setting the baseUrl parameter on the prop fixes the issue.
Fix the issue where
onLoad
andonLoadEnd
were not triggered after the view was loaded. This happens becauseurl
isabout://(null)
in iOS when usinghtml
in source like this:source={{ html }}
. Setting thebaseUrl
parameter on the prop fixes the issue.For reference : https://github.com/facebook/react-native/issues/18802#issuecomment-401764616
resolve #2