The RenderHTML is not showing the html
const MyHtmlFile = require('../../index.html');
<RenderHtml
contentWidth={width}
source={{
uri: MyHtmlFile,
// baseUrl: 'web/',
}}
style={{flex: 1}}
startInLoadingState
javaScriptEnabled={true}
domStorageEnabled={true}
useWebKit
scalesPageToFit
scrollEnabled={false}
/>