From b9c28c236bc971a5fbc51a3bda09c3980d547b96 Mon Sep 17 00:00:00 2001 From: Chun Chen Date: Fri, 17 Aug 2018 18:57:30 -0700 Subject: [PATCH] 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 --- Libraries/Components/TextInput/TextInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 3da8b74b895713..c1ddc8b3e062bd 100644 --- a/Libraries/Components/TextInput/TextInput.js +++ b/Libraries/Components/TextInput/TextInput.js @@ -156,6 +156,7 @@ type IOSProps = $ReadOnly<{| | 'username' | 'password' ), + scrollEnabled?: ?boolean, |}>; type AndroidProps = $ReadOnly<{|