react-native-maps

React Native Mapview component for iOS + Android

MIT License

Downloads
1.2M
Stars
15.1K
Committers
495

Bot releases are hidden (Show)

react-native-maps - v0.10.1

Published by spikebrehm about 8 years ago

This release fixes issue #656

Patches

  • [android] fix gradle build setup for explorer, bump to gradle 2.2.0
    #666
    (@gilbox)
  • [android] fix getAirMapName to fix ref-based commands
    #665
    (@gilbox)
react-native-maps - v0.10.0

Published by spikebrehm about 8 years ago

Breaking Changes

react-native-maps - v0.11.0

Published by spikebrehm about 8 years ago

Breaking Changes

  • Update example app for RN 0.35, fix Gmaps bug for 0.35
    #695
    (@spikebrehm)
  • Upgraded to RN 0.35
    #680
    (@eugenehp)

Patches

  • Update installation.md
    #696
    (@securingsincity)
  • [android] Fixes crash during Activity onPause()
    #694
    (@felipecsl)
  • Included MapUrlTile usage in README.md
    #687
    (@ochanje210)
  • [android] Add parameter to disable the moving on marker press
    #676
    (@mlanter)
  • Add support for setting zIndex on markers
    #675
    (@mlanter)
react-native-maps - 0.8.2

Published by spikebrehm about 8 years ago

We realized immediately after publishing 0.8.1 that the NPM package contained
some test code in the example2/ directory that contained a copy of the
react-native package, causing this packager error:

Failed to build DependencyGraph: @providesModule naming collision:
  Duplicate module name: String.prototype.es6
  Paths: /Users/<path to project>/node_modules/react-native-maps/example2/node_modules/react-native/packager/react-packager/src/Resolver/polyfills/String.prototype.es6.js collides with /Users/<path to project>/node_modules/react-native/packager/react-packager/src/Resolver/polyfills/String.prototype.es6.js

This error is caused by a @providesModule declaration with the same name accross two different files.

0.8.2 is identical to 0.8.1, except with the offending code removed from the NPM package. We've also unpublished 0.8.1 from NPM because it is faulty.

react-native-maps - 0.8.1

Published by spikebrehm about 8 years ago

Patches

  • [Android] Use latest available (wildcard version) of RN to build Android (#547)
  • [Android] Use Activity to call MapsInitialier.initialize() (#449)
  • [Android] Fix file path for AirMapModule (#526)
  • [Android] Fix path to React Native in node_modules (#527)
  • [Android] Bump Google Play Services dependency to 9.4.0 (#533)
  • [iOS] Fix a few warnings (#534)
  • [JS] Fix ESLint violations (#515)
react-native-maps - 0.8.0

Published by spikebrehm about 8 years ago

Breaking Changes

Patches

  • [android] Add showsMyLocationButton prop (#382)
  • Add fitToSuppliedMarkers() method (#386)
  • [ios] Update AirMapMarker to use loadImageWithURLRequest (#389)
  • Improvements to watch and copy script (#445)
  • [ios] Added check on marker class in predicate (#485)
  • Use StyleSheet.absoluteFillObject where appropriate (#500) and (#493)
  • Add ESLint and fix a number of linting violations (#501)
  • Remove unused NativeMethodsMixin for compat with RN 0.32 (#511)