react-native-place-picker
Pick any place with single click
Don't forget to STAR AND FORK this repo if you like it
How is it working?
This plugin is built only by create native page
UIViewControllerfor iOS orActivityfor Android. and present the page in front of React Native Application without any special dependencies just native code
Installation
npm install react-native-place-picker
# or
yarn add react-native-place-picker
Expo
- You need to add
expo-dev-clientand runexpo run:iosorexpo run:android
Info Expo managed app not yet supported
๐ง
iOS
- No further steps needed
๐
Android
โ ๏ธ
- Add to your
AndroidManifest.xmlyou Google Map API Key or your application will crash
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_KEY" />
