You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-12Lines changed: 48 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,32 +101,68 @@ Expo projects should use the config plugin instead (see Expo section above).
101
101
102
102
See the official [Google Maps Android SDK configuration guide](https://developers.google.com/maps/documentation/android-sdk/config#step_3_add_your_api_key_to_the_project) for more details.
103
103
104
-
---
105
-
106
104
### iOS
107
105
108
106
**Note:** These instructions apply to **bare React Native apps only**.
109
107
Expo projects should use the config plugin instead (see Expo section above).
110
108
111
109
See the official [Google Maps iOS SDK configuration guide](https://developers.google.com/maps/documentation/ios-sdk/config#get-key) for more details.
112
110
113
-
---
111
+
## Dependencies & Native Documentation
112
+
113
+
This package is React Native wrapper around the official Google Maps SDKs.
114
+
For full API behavior, configuration options, and feature reference, please consult the native documentation:
-**iOS Maps SDK**: [Google Maps SDK for iOS](https://developers.google.com/maps/documentation/ios-sdk)
122
-
-**Android Maps SDK**: [Google Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk)
123
-
-**Maps Utility Libraries**: [Google Maps Utils for iOS](https://developers.google.com/maps/documentation/ios-sdk/utility) and [Google Maps Utils for Android](https://developers.google.com/maps/documentation/android-sdk/utility)
0 commit comments