diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 162119b5506..839e0be9d26 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<{|