capitalone / react-native-pathjs-charts

Android and iOS charts based on react-native-svg and paths-js
Apache License 2.0
879 stars 261 forks source link

Error view with expo application #214

Open robertobrogi opened 6 years ago

robertobrogi commented 6 years ago

Hi, i try the library with expo but when import the library: import { Bar } from 'react-native-pathjs-charts'

i have this error:

Tried to register two views with the same name RNSVGPath

can you help me?

thanks

Before filing an issue please ensure the following boxes are checked, if applicable:

Torebabe commented 6 years ago

I also met this error,

Have you solved it?