Skip to content

Commit

Permalink
feature: expose position props to allow custom animations (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahanriat authored and aksonov committed Jul 7, 2017
1 parent c6b84f4 commit 6924d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DefaultRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default class DefaultRenderer extends PureComponent {
return (
<DefaultRenderer
key={props.scene.navigationState.key}
position={props.position}
onNavigate={props.onNavigate}
navigationState={props.scene.navigationState}
/>
Expand Down

0 comments on commit 6924d36

Please sign in to comment.