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
* commit '7a5083cbb820faec0bb684c010e15c222ce7e533': (22 commits)
Add an options argument
Update README with example
Add edgePadding example
Add default arguments to fitToCoordinates
-Set constant for baseMapPadding used in newLatLngBounds calls -Remove extraenous comment
-Port fitToCoordinates functionality over to Android
Add example
Update docs
Add fitToCoordinates method
Fix list of examples on Android
Support Google Maps on iOS (react-native-maps#548)
fixreact-native-maps#453
Make MAP_TYPES constant, don't pass `none` mapType to iOS
Fix some changes missed in rebase
renamed the 'url' property to 'urlTemplate' for consistency with ios
added support for tile overlays (MKTileOverlay)
changed url template to use {x} {y} {z} pattern replacement
initial support for tile overlays
Updated Mapview onRegionChange events notes
Adding support for Android lite mode
...
Copy file name to clipboardexpand all lines: CHANGELOG.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -23,63 +23,63 @@ This error is caused by a @providesModule declaration with the same name accross
23
23
24
24
### Patches
25
25
26
-
-[Android] Use latest available (wildcard version) of RN to build Android ([PR #547](https://github.com/lelandrichardson/react-native-maps/pull/547))
27
-
-[Android] Use `Activity` to call `MapsInitialier.initialize()` ([PR #449](https://github.com/lelandrichardson/react-native-maps/pull/449))
28
-
-[Android] Fix file path for `AirMapModule` ([PR #526](https://github.com/lelandrichardson/react-native-maps/pull/526))
29
-
-[Android] Fix path to React Native in `node_modules` ([PR #527](https://github.com/lelandrichardson/react-native-maps/pull/527))
30
-
-[Android] Bump Google Play Services dependency to `9.4.0` ([PR #533](https://github.com/lelandrichardson/react-native-maps/pull/533))
31
-
-[iOS] Fix a few warnings ([PR #534](https://github.com/lelandrichardson/react-native-maps/pull/534))
-[Android] Use latest available (wildcard version) of RN to build Android ([PR #547](https://github.com/airbnb/react-native-maps/pull/547))
27
+
-[Android] Use `Activity` to call `MapsInitialier.initialize()` ([PR #449](https://github.com/airbnb/react-native-maps/pull/449))
28
+
-[Android] Fix file path for `AirMapModule` ([PR #526](https://github.com/airbnb/react-native-maps/pull/526))
29
+
-[Android] Fix path to React Native in `node_modules` ([PR #527](https://github.com/airbnb/react-native-maps/pull/527))
30
+
-[Android] Bump Google Play Services dependency to `9.4.0` ([PR #533](https://github.com/airbnb/react-native-maps/pull/533))
31
+
-[iOS] Fix a few warnings ([PR #534](https://github.com/airbnb/react-native-maps/pull/534))
- Upgrade to `react-native@0.32.0`, and update Android code to match ([#502](https://github.com/lelandrichardson/react-native-maps/pull/502))
38
+
- Upgrade to `react-native@0.32.0`, and update Android code to match ([#502](https://github.com/airbnb/react-native-maps/pull/502))
-[ios] Update AirMapMarker to use loadImageWithURLRequest ([#389](https://github.com/lelandrichardson/react-native-maps/pull/389))
46
+
-[ios] Update AirMapMarker to use loadImageWithURLRequest ([#389](https://github.com/airbnb/react-native-maps/pull/389))
47
47
48
-
- Improvements to watch and copy script ([#445](https://github.com/lelandrichardson/react-native-maps/pull/445))
48
+
- Improvements to watch and copy script ([#445](https://github.com/airbnb/react-native-maps/pull/445))
49
49
50
-
-[ios] Added check on marker class in predicate ([#485](https://github.com/lelandrichardson/react-native-maps/pull/485))
50
+
-[ios] Added check on marker class in predicate ([#485](https://github.com/airbnb/react-native-maps/pull/485))
51
51
52
-
- Use `StyleSheet.absoluteFillObject` where appropriate ([#500](https://github.com/lelandrichardson/react-native-maps/pull/500)) and ([#493](https://github.com/lelandrichardson/react-native-maps/pull/493))
52
+
- Use `StyleSheet.absoluteFillObject` where appropriate ([#500](https://github.com/airbnb/react-native-maps/pull/500)) and ([#493](https://github.com/airbnb/react-native-maps/pull/493))
53
53
54
-
- Add ESLint and fix a number of linting violations ([#501](https://github.com/lelandrichardson/react-native-maps/pull/501))
54
+
- Add ESLint and fix a number of linting violations ([#501](https://github.com/airbnb/react-native-maps/pull/501))
55
55
56
-
- Remove unused `NativeMethodsMixin` for compat with RN 0.32 ([#511](https://github.com/lelandrichardson/react-native-maps/pull/511))
56
+
- Remove unused `NativeMethodsMixin` for compat with RN 0.32 ([#511](https://github.com/airbnb/react-native-maps/pull/511))
0 commit comments