You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invariant Violation: [2043,"RCTView",{"width":59,"top":"<<Infinity>>"}] is not usable as a native method argument
Error: Exception in HostFunction: Malformed calls from JS: field sizes are different.
[[105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,22],[2,2,2,2,2,2,2,2,2,2,2,4,2,2,2,2,2,2,2,2,2,2,2,2,4,4,4,0],[[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2293,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2269,[],[],[],[],[1]],[2275,"RCTView",{"width":59}],[920,50,1723640606542,false]],3404]
Invariant Violation: [2269,"RCTScrollContentView",{"height":"<<NaN>>","width":39,"paddingBottom":"<<NaN>>"}] is not usable as a native method argument
Also I'm using typescript, and in the types, the null or undefined is not allowed for the data object's value.
The text was updated successfully, but these errors were encountered:
I'm trying to add value with null or undefined (I'm using ts), but I get an error (see below), and the lineDataItem's value's type is number, so how should this interpolation work? (https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/blob/master/docs/LineChart/LineChartProps.md#interpolation)
I'm using the latest version (1.4.29)
I want to show some extra x axis label, either with some values which are null or without any value, just the x axis label
the data:
my code:
the errors:
Also I'm using typescript, and in the types, the null or undefined is not allowed for the data object's value.
The text was updated successfully, but these errors were encountered: