ahushh / react-native-simple-maps

Heat map library for React Native and Expo
MIT License
12 stars 9 forks source link

I can not start the project #5

Open sorokin-as opened 4 years ago

sorokin-as commented 4 years ago

My steps

  1. yarn add react-native-simple-maps cd ios && pod install && cd ..

  2. I copy the code from the example https://github.com/ahushh/react-native-simple-maps/blob/master/examples/react-native.jsx The system asks to install svg

  3. yarn add react-native-svg cd ios && pod install && cd ..

  4. npx react-native run-ios

image

What do I need to do to start a project?