-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native: add some missing props for TextInput #42279
react-native: add some missing props for TextInput #42279
Conversation
@Naturalclar Thank you for submitting this PR! 🔔 @alloy @huhuanming @iRoachie @Skn0tt @timwangdev @kamal @alexdunne @swissmanu @bm-software @a-tarasyuk @mvdam @Esemesek @mrnickel @souvik-ghosh @nossbigg @saranshkataria @franzmoro @tykus160 @jakebloom @ceyhun @mcmar @theohdv @TheSavior @romain-faust @bebebebebe @chinesedfan @vtolochk @SychevSP @RageBill @sasurau4 @256hz - please review this PR in the next few days. Be sure to explicitly select If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead. |
@Naturalclar The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings. Let’s review the numbers, shall we? Comparison details 📊
It looks like nothing changed too much. I won’t post performance data again unless it gets worse. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small Maybe
changes and CI failure, but otherwise 👍
@Naturalclar The Travis CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
Unsure how this didn’t surface earlier, but indeed this test file of another RN package has a syntax error: DefinitelyTyped/types/react-native-popup-dialog/react-native-popup-dialog-tests.tsx Line 92 in 28ff2e3
Can you fix that in your PR? |
@alloy sure! I've fixed the syntax error in react-native-popup-dialog |
Great, thanks! ✅ |
I just published |
@alloy Turns out we just merged a new syntax error for JSX yesterday. It caught me by surprise too. |
@sandersn Well, seems to work great! ✨ |
Added
passwordRules
andrejectResponderTermination
props forTextInput
both props are for iOS.Please fill in this template.
npm test
.)npm run lint package-name
(ortsc
if notslint.json
is present).If changing an existing definition: