Description
enterKeyHint, listed as a prop for text inputs in JavaScript:
|
enterKeyHint?: ?enterKeyHintType, |
... is not listed in the TextInputProps declaration:
|
export interface TextInputProps |
React Native Version
0.71.8
Output of npx react-native info
Steps to reproduce
Snack, code example, screenshot, or link to a repository
Description
enterKeyHint, listed as a prop for text inputs in JavaScript:
react-native/packages/react-native/Libraries/Components/TextInput/TextInput.js
Line 623 in 7f22db8
... is not listed in the TextInputProps declaration:
react-native/packages/react-native/Libraries/Components/TextInput/TextInput.d.ts
Line 453 in 7f22db8
React Native Version
0.71.8
Output of
npx react-native infoSteps to reproduce
Snack, code example, screenshot, or link to a repository