Commit 6bff499
Rodrigo Solis
Merge remote-tracking branch 'upstream/master' into feat/version-bump-upstream
* upstream/master:
Add minZoom and maxZoom properties for android and ios (react-native-maps#1360)
Reference install solution in issue react-native-maps#718 in install docs (react-native-maps#1448)
updates npm cache clean command (react-native-maps#1450)
v0.15.3
Added BatchedBridge
Upgraded ios deps
Use prop-types and add supprort for RN 0.45
Allow react 16.0.0-alpha
[Android] Code cleanup step I - reformatting (react-native-maps#1415)
Fixes google map null pointer exception (react-native-maps#1403)
[iOS - Google Maps] Fix animateToCoordinate and animateToRegion (react-native-maps#1115)
Update from View.propTypes to ViewPropTypes to match RN v0.44.0 (react-native-maps#1323)
Fix import header for React Native 0.44.2 (react-native-maps#1362)
Fix a couple typos (react-native-maps#1375)File tree
55 files changed
+3102
-2461
lines changed- .idea
- docs
- examples/ios
- example
- android/app
- src/main/java/com/airbnb/android/react/maps/example
- examples
- ios
- gradle/wrapper
- lib
- android
- src/main/java/com/airbnb/android/react/maps
- components
- ios
- AirGoogleMaps
- AirMaps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+3102
-2461
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
128 | 130 | | |
| |||
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
206 | | - | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
17 | 15 | | |
0 commit comments