nihgwu / react-native-pie

Pie chart for React Native
MIT License
107 stars 25 forks source link

Error while updating property 'stroke' in shadow node of type: ARTShape #41

Open JeremyBradshaw7 opened 4 years ago

JeremyBradshaw7 commented 4 years ago

Throwing this error on Android in dev mode, but production mode seems to be OK.

Error while updating property 'stroke' in shadow node of type: ARTShape java.lang.String cannot be cast to com.facebook.react.bridge.ReadableArray

image

JeremyBradshaw7 commented 4 years ago

Looks similar to this: https://github.com/oblador/react-native-progress/issues/179

HoanHearti commented 4 years ago

any update for this issue??

jlkalberer commented 4 years ago

I have a fix in https://github.com/brewskey/art. Waiting for it to be merged here https://github.com/react-native-community/art/pull/65

sam17896 commented 4 years ago

I am receiving this error when running application with expo. Its working fine with react-native init project.

Mhmetengineer commented 3 years ago

Did u solve this problem ? @JeremyBradshaw7

JeremyBradshaw7 commented 3 years ago

@Mhmetengineer no not yet, but I haven't re-evaluated since I raised it.

Gangeshwar3 commented 3 years ago

facing same issue, any update on this?