hiranpeiris / react-native-otp-auto-fill

Auto fill OTP library for React Native
MIT License
6 stars 8 forks source link

ERROR Invariant Violation: requireNativeComponent: "OtpAutoFillView" was not found in the UIManager. #15

Open sudharsanvishnu opened 1 year ago

sudharsanvishnu commented 1 year ago

In android getting error -- ERROR Invariant Violation: requireNativeComponent: "OtpAutoFillView" was not found in the UIManager.

davidcort commented 1 year ago

In android getting error -- ERROR Invariant Violation: requireNativeComponent: "OtpAutoFillView" was not found in the UIManager.

Hi. The documentation not show any info about it but you only need:

1 - cd ios 2 - pod install 3 - clean the project 4 - npx react-native run-ios

TankPOOJA commented 1 year ago

getting the same error in both andorid and ios, any solution please.

llamii commented 5 months ago

getting the same error in both andorid and ios, any solution please.

Hey! Did you found the solution?