lkum11
lkum11
@kvrscream did you find any solution? I am facing the same issue, It's rendering fine on android but IOS is showing just white space.
import React from 'react'; import { ScrollView, Platform } from 'react-native'; import ChartView from 'react-native-highcharts'; import { Ionicons } from '@expo/vector-icons'; const Graph = () => { const Highcharts =...
You may try by adding below properties, It worked for me. originWhitelist={[""]} useWebKit={true} scalesPageToFit={undefined}