margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.08k stars 118 forks source link

fix: remove duplicate babel.config.js #33

Closed robinvw1 closed 2 years ago

robinvw1 commented 2 years ago

Description

Running yarn lint after pulling the repository, will return an error without having made any change yet.

Changed the PR. Found out this babel.config.js not being used, because there's already example/babel.config.js.

mrousavy commented 2 years ago

Thanks for your PR Robin!