Getting these errors on initializing a new react native app:
Property 'passwordRules' not found on object of type 'UIView *'
Use of undeclared identifier 'UITextInputPasswordRules'
Steps to reproduce:
> react-native init sampleapp
> cd sampleapp
> xed ./ios
> (Click Run button)
Environment Details:
react-native-cli: 2.0.1
react-native: 0.62.2
xcode: 9.4.1
macos: 10.13.4
node: 12.14.1
npm: 6.13.7
cocoapods: 1.9.1