faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
241 stars 95 forks source link

TypeError: null is not an object (evaluatin 'RNOtpVerify.getOtp') #23

Closed student513 closed 3 years ago

student513 commented 4 years ago

After installing and linking react-native-otp-verify package into my react-native application when i am trying to run application it showing error:

null is not an object (Evaluating 'RNOtpverify.getOtp')

"react-native-otp-verify": "^1.0.3"
"react-native": "0.61.2",

I already did cd ios && pod install How can I solve it?

KolyaParadiuk commented 4 years ago

I have the same issue

kbihani commented 4 years ago

Even i am seeing the same issue. Works fine on android. Breaks only for ios.

webismail92 commented 4 years ago

yes I am also getting same error, and my error on android device

akshaykumar0291 commented 3 years ago

Does anyone get the solution?

jp928 commented 3 years ago

@student513 This library seems like works with Android only.

ahmadysalah commented 3 years ago

even when I linking I get an error. image

yousefshakoury commented 3 years ago

I had the same issue, but I fixed it by using manual installation then it works correctly!

ahmadysalah commented 3 years ago

@yousefshakoury ist work in ios and android, tell me exactly how u install it manually if u can ..

daniel1up commented 3 years ago

I get the same error and I am using expo. Does using expo affect this issue?

keremcubuk commented 3 years ago

IOS error has been fixed in this pull request. #32