Skip to content

Commit

Permalink
Fix UIExplorer iOS swipe back
Browse files Browse the repository at this point in the history
Reviewed By: hedgerwang

Differential Revision: D3670396

fbshipit-source-id: 76aafa951d869227f32c2d4c585bb1513e5eea37
  • Loading branch information
Eric Vicenti authored and Facebook Github Bot committed Aug 4, 2016
1 parent ee53f7a commit 0ecca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIExplorer/js/UIExplorerApp.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class UIExplorerApp extends React.Component {
style={styles.container}
renderHeader={this._renderHeader}
renderScene={this._renderScene}

onNavigateBack={this._handleBack}
/>
);
}
Expand Down

0 comments on commit 0ecca5a

Please sign in to comment.