Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bf5f0a3
Fix getResources() null crash in mapview
lelandrichardson Apr 5, 2017
994392f
Merge pull request #1188 from airbnb/lmr--fix-null-resources-crash
lelandrichardson Apr 5, 2017
4849de5
v0.14.0
lelandrichardson Apr 5, 2017
4b861c9
pbxproj: RCTConvert+MapKit -> RCTConvert+AirMap (#1195)
rh389 May 4, 2017
fe906e5
Add the `lib` folder in the docs (#1293)
sroze May 4, 2017
78a38cd
Update path in android installation (#1249)
toddw May 4, 2017
1478c04
Update docs to specify how to access event data (#1178)
samcorcos May 4, 2017
e4a657e
Update installation.md (#1179)
May 4, 2017
36a3691
Add babelrc to npmignore (#1246)
yangli-io May 4, 2017
0eb1933
Fixed path in `android/settings.gradle` (#1230)
ndbroadbent May 4, 2017
8f6d866
Update installation.md (#1226)
aaronofleonard May 4, 2017
88a732f
small typo fixed (#1211)
mgorabbani May 4, 2017
1bbdcb7
fixing code snippet (#1196)
acabala May 4, 2017
0dcdebd
v0.15.0 (#1305)
felipecsl May 8, 2017
7bba6f9
Fix overlay issues in Android introduced in 0.13.1 (#1311)
May 11, 2017
65d2791
Update license date (#1316)
Ulydev May 11, 2017
ca7eee1
[rnpm] Fix sourceDir for Android (#1313)
christopherdro May 11, 2017
535f599
[iOS] Added onPress support for Polyline on Google Maps (#1194)
guilhermepontes May 19, 2017
76fa0b4
Update README: Use callback in `ref` attribute (#1345)
gesi May 19, 2017
9676c9c
Fixing reference to AirMapsExplorer in installation docs (#1328)
taminder May 19, 2017
4ee7277
Add Marker rotation for Google Maps on iOS (#1326)
Kerumen May 19, 2017
08127b4
fix compile error in rn version >= 0.40 (#1341)
yosimasu May 19, 2017
0aac50d
v0.15.1 (#1347)
christopherdro May 19, 2017
8b94984
Remove AIRGMSPolyline.h and AIRGMSPolyline.m references from AirMaps.…
May 20, 2017
8893578
v0.15.2 (#1352)
christopherdro May 20, 2017
108be14
Merge remote-tracking branch 'upstream/master'
May 26, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[rnpm] Fix sourceDir for Android (react-native-maps#1313)
Overlooked this change closing out a few PR's last week.

Follow up for react-native-maps#1200
  • Loading branch information
christopherdro authored May 11, 2017
commit ca7eee1b59182ea02fd0f92b1cbbdc9bff7b9b8c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"rnpm": {
"android": {
"sourceDir": "./android"
"sourceDir": "./lib/android"
}
}
}