mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 863 forks source link

How can we link libraries in this project #158

Closed gitsuraj closed 6 years ago

gitsuraj commented 6 years ago

What might be the appropriate command equivalent to react-native link react-native-maps

I am trying to integrate react-native-maps in this project which involves linking so what might be best solutions for me to link these library to project.

mcnamee commented 6 years ago

Please review the Expo documentation for help with that. I believe you'd need to eject from Expo.

FYI Expo has it's own version of React-Native-Maps you could check out before ejecting