pawan kumar
pawan kumar

Reputation: 131

java.lang.Double cannot be cast to com.facebook.react.bridge.ReadableMap error showing after using react-native-gifted charts

While using react-native-gifted charts my application suddenly stops working and the error being shown is java.lang.Double cannot be cast to com.facebook.react.bridge.ReadableMap.

This error showing after using react-native-gifted charts

Upvotes: 0

Views: 3621

Answers (1)

pawan kumar
pawan kumar

Reputation: 131

for me i fixed the issue by using specific version of react-native-svg npm install [email protected]

Upvotes: 3

Related Questions