Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prop name for passwordRules (#27999)
Summary: There was a typo in passwordRules prop for TextInput. ref: https://github.com/facebook/react-native/blob/master/ReactCommon/fabric/components/textinput/iostextinput/propsConversions.h#L106-L110 https://github.com/facebook/react-native/blob/master/Libraries/Components/TextInput/RCTSinglelineTextInputViewConfig.js#L126 ## Changelog [iOS] [Fixed] - Fix prop name of passwordRules in TextInput Pull Request resolved: #27999 Test Plan: run `flow` type check with TextInput that has `passwordRules` in the prop. Differential Revision: D19805819 Pulled By: TheSavior fbshipit-source-id: a59729c466eb3f47675c7f1472bec269d6c3ed5d
- Loading branch information