Expose scrollEnabled as iOS prop for TextInput (#20719)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/20719

Expose scrollEnabled as iOS prop for TextInput

Reviewed By: mmmulani

Differential Revision: D9383477

fbshipit-source-id: 7e803767f6b2fafceac932fecd9dd59dc6ab5295
This commit is contained in:
Chun Chen 2018-08-17 18:57:30 -07:00 committed by Facebook Github Bot
parent f4e298f5be
commit b9c28c236b
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ type IOSProps = $ReadOnly<{|
| 'username'
| 'password'
),
scrollEnabled?: ?boolean,
|}>;
type AndroidProps = $ReadOnly<{|