Skip to content

Commit

Permalink
Expose scrollEnabled as iOS prop for TextInput (#20719)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #20719

Expose scrollEnabled as iOS prop for TextInput

Reviewed By: mmmulani

Differential Revision: D9383477

fbshipit-source-id: 7e803767f6b2fafceac932fecd9dd59dc6ab5295
  • Loading branch information
Chun Chen authored and facebook-github-bot committed Aug 18, 2018
1 parent f4e298f commit b9c28c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ type IOSProps = $ReadOnly<{|
| 'username'
| 'password'
),
scrollEnabled?: ?boolean,
|}>;

type AndroidProps = $ReadOnly<{|
Expand Down

0 comments on commit b9c28c2

Please sign in to comment.