react-native-navigators
Advanced tools
Comparing version 0.0.1-beta.28 to 0.0.1-beta.29
@@ -14,7 +14,9 @@ import React, { PureComponent } from 'react'; | ||
if (dismissed) { | ||
this.props.onDismissRoute(route); | ||
if (this.isClosing(route.key)) { | ||
this.props.onCloseRoute(route); | ||
} | ||
else { | ||
this.props.onDismissRoute(route); | ||
} | ||
} | ||
else if (this.isClosing(route.key)) { | ||
this.props.onCloseRoute(route); | ||
} | ||
}; | ||
@@ -21,0 +23,0 @@ this.isClosing = (key) => { |
{ | ||
"version": "0.0.1-beta.28", | ||
"version": "0.0.1-beta.29", | ||
"name": "react-native-navigators", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
207174
1340