faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

Hi all am getting this error below mentioned please let me any solution . #111

Closed Mallikarjuna-s closed 6 months ago

Mallikarjuna-s commented 6 months ago

/node_modules/react-native-otp-verify/android/src/main/java/com/faizal/OtpVerify/OtpVerifyModule.java:54: error: cannot find symbol .addApi(Auth.CREDENTIALS_API) ^ symbol: variable CREDENTIALS_API location: class Auth Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error

/node_modules/react-native-otp-verify/android/src/main/java/com/faizal/OtpVerify/OtpVerifyModule.java:54: error: cannot find symbol .addApi(Auth.CREDENTIALS_API) ^ symbol: variable CREDENTIALS_API location: class Auth Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details.

faizalshap commented 6 months ago

Hi @Mallikarjuna-s
Already fixed in latest version - Release 1.1.7

Mallikarjuna-s commented 6 months ago

@faizalshap Thank you ...