We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c5bd9 commit 3c471d7Copy full SHA for 3c471d7
‎CHANGELOG.md
@@ -1,5 +1,10 @@
1
# `react-native-maps-directions` Changelog
2
3
+## 1.5.0 - 2018-02-23
4
+
5
+- Add support for `resetOnChange` prop to prevent glitches whenn recalculating (#21)
6
+- Add `onStart` callback prop to know when routing starts
7
8
## 1.4.1 - 2018-01-31
9
10
- Fix a bug where new origin/destination objects (with same values) trigger an endless loop (#13)
‎package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-maps-directions",
- "version": "1.4.1",
+ "version": "1.5.0",
"description": "Directions Component for react-native-maps",
"main": "index.js",
"scripts": {
0 commit comments