legg / react-native-svg-d3-example-bar-chart

Example use of react-native-svg and d3 working on react-native ios/android
8 stars 1 forks source link

getting it running not clear #2

Open vccabral opened 7 years ago

vccabral commented 7 years ago

can you add something to the docs that goes through the full install?

legg commented 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

legg commented 7 years ago

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?