ttdung11t2 / react-native-confirmation-code-input

A react-native component to input confirmation code for both Android and IOS
MIT License
411 stars 346 forks source link

RN 0.63.0-rc.1 #77

Open lorenzoangelini opened 4 years ago

lorenzoangelini commented 4 years ago

react-native-confimation-code-input seems not works with the 0.63.0-rc.1.

I obtain the following error: Requiring module "node_modules/react-native-confirmation-code-field/lib/index.js", which threw an exception: TypeError: Object is not a constructor(evaluating 'new_reactNative.TextInput({})')

retyui commented 4 years ago

repo: react-native-confimation-code-input error: node_modules/react-native-confirmation-code-field


Need to update react-native-confirmation-code-field to the latest version to fix your problem )

lorenzoangelini commented 4 years ago

@retyui Thank you!