faizalshap / react-native-otp-verify

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

null check to prevent null pointer leading to app crash #28

Closed rahul-chaayos closed 3 years ago

rahul-chaayos commented 3 years ago

Added a null check as I was getting null pointer leading to app crash.

rahul-chaayos commented 3 years ago

Vishesh verma already requested pull for same code