Skip to content

Commit b9c28c2

Browse files
Chun Chenfacebook-github-bot
Chun Chen
authored andcommittedAug 18, 2018
Expose scrollEnabled as iOS prop for TextInput (#20719)
Summary: Pull Request resolved: #20719 Expose scrollEnabled as iOS prop for TextInput Reviewed By: mmmulani Differential Revision: D9383477 fbshipit-source-id: 7e803767f6b2fafceac932fecd9dd59dc6ab5295
1 parent f4e298f commit b9c28c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Libraries/Components/TextInput/TextInput.js

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ type IOSProps = $ReadOnly<{|
156156
| 'username'
157157
| 'password'
158158
),
159+
scrollEnabled?: ?boolean,
159160
|}>;
160161

161162
type AndroidProps = $ReadOnly<{|

0 commit comments

Comments
 (0)
Please sign in to comment.