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
UIViewController
for iOS orActivity
for 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-client
and runexpo run:ios
orexpo run:android
Info Expo managed app not yet supported
๐ง
iOS
- No further steps needed
๐
โ ๏ธ
Android - Add to your
AndroidManifest.xml
you Google Map API Key or your application will crash
<meta-data android:name="com.google.android.geo.API_KEY" android:value="YOUR_KEY" />