Skip to content

Commit

Permalink
Expose scrollEnabled as iOS prop for TextInput
Browse files Browse the repository at this point in the history
Summary: Expose scrollEnabled as iOS prop for TextInput

Differential Revision: D9383477

fbshipit-source-id: 02d5922bf460c1f887f1d79865f9c2e20684428c
  • Loading branch information
Chun Chen authored and facebook-github-bot committed Aug 17, 2018
1 parent 625c54d commit d05db1a
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 d05db1a

Please sign in to comment.