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.1react-native: 0.62.2xcode: 9.4.1macos: 10.13.4node: 12.14.1npm: 6.13.7cocoapods: 1.9.1