diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts b/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts index 98922920a2d7dc..2c0c099a894fca 100644 --- a/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts +++ b/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts @@ -814,6 +814,11 @@ export interface TextInputProps */ placeholderTextColor?: ColorValue | undefined; + /** + * If `true`, text is not editable. The default value is `false`. + */ + readOnly?: boolean | undefined; + /** * enum('default', 'go', 'google', 'join', 'next', 'route', 'search', 'send', 'yahoo', 'done', 'emergency-call') * Determines how the return key should look.