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<{|