Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 272 Bytes

README.MD

File metadata and controls

12 lines (10 loc) · 272 Bytes

Steps to reproduce this repo:

react-native init reactNativeMapsExample
cd reactNativeMapsExample
rm -rf node_modules
npm i -S [email protected] #at the moment of creation there was a bug React Native version mismatch
npm i
react-native link
react-native run-ios