diff --git a/Libraries/Components/TextInput/TextInput.js b/Libraries/Components/TextInput/TextInput.js index 3da8b74b8957..c1ddc8b3e062 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<{|