react-native-f2chart icon indicating copy to clipboard operation
react-native-f2chart copied to clipboard

Graph does not show up on Android?

Open Wugka opened this issue 4 years ago • 1 comments

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>

Capture

Wugka avatar Mar 26 '20 02:03 Wugka

This link will help you. https://github.com/react-native-community/react-native-webview/issues/656#issuecomment-551312436

naveenst2s avatar Apr 15 '20 12:04 naveenst2s