react-native-f2chart
react-native-f2chart copied to clipboard
Graph does not show up on Android?
The graph does not show on android. iOS works perfectly fine. I also did copy node_moules/react-native-f2chart/src/f2chart.html to android/app/src/main/assets/f2chart.html. Any help would be appreciated
<View style={{height: 200, width: 400}}>
<Chart
style={{flex: 1, flexDirection: 'column', width: 400}}
initScript={initScript(data)}
/>
</View>
This link will help you. https://github.com/react-native-community/react-native-webview/issues/656#issuecomment-551312436