Skip to content

Commit

Permalink
One last doc fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Oct 25, 2017
1 parent 40181a5 commit 7a83bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MyComponent extends Component {

render () {
return (
<View {...this.pinchZoomResponder.handlers}>
<View {...this.pinchZoomResponder.handlers} onLayout={(e) => this._onLayout(e)}>
<Text ref={(ref) => { this.transformView = ref }}>Pinch me!</Text>
</View>
)
Expand Down

0 comments on commit 7a83bfb

Please sign in to comment.