Open vccabral opened 7 years ago
Have you followed the facebook guide to setting up? https://facebook.github.io/react-native/docs/getting-started.html
Does the following work for you? git clone https://github.com/legg/react-native-svg-d3-example-bar-chart.git cd react-native-svg-d3-example-bar-chart/ npm i
For Android Connect Android device or load android emulator react-native run-android
For iOS react-native run-ios
After trying my own instructions fresh I found an issue with babel An upgrade of packages fixes this. Check the latest commit and let me know if all is well?
can you add something to the docs that goes through the full install?