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