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-09-21 15:37:18 +01:00
committed by Lorenzo Sciandra
parent 3008c3ccba
commit cd091e8534
@@ -156,6 +156,7 @@ type IOSProps = $ReadOnly<{|
| 'username'
| 'password'
),
scrollEnabled?: ?boolean,
|}>;
type AndroidProps = $ReadOnly<{|