diff --git a/Examples/UIExplorer/NavigationExperimental/NavigationCardStackExample.js b/Examples/UIExplorer/NavigationExperimental/NavigationCardStackExample.js index bfb84589f..6a79dfd2e 100644 --- a/Examples/UIExplorer/NavigationExperimental/NavigationCardStackExample.js +++ b/Examples/UIExplorer/NavigationExperimental/NavigationCardStackExample.js @@ -143,11 +143,6 @@ class NavigationCardStackExample extends React.Component { }); } - _onNavigate(action) { - if (action && action.type === 'back') { - this._pop(); - } - } } const styles = StyleSheet.create({