Started getting this error on android(DeviceAvailability.java) with latest update that happened like 3 hours ago.
I had to go back to use earlier version 3.0.0 for my app to work
ERROR
node_modules/react-native-keychain/android/src/main/java/com/oblador/keychain/cipherStorage/CipherStorageKeystoreAESCBC.java:111: error: method encrypt in class CipherStorageKeystoreAESCBC cannot be applied to given types;
return encrypt(service, username, password);
^
required: String,String,String,SecurityLevel
found: String,String,String
reason: actual and formal argument lists differ in length
i was just about to report this. thanks
I think it might be related to https://github.com/oblador/react-native-keychain/commit/ee9cf16187367b1403df81adc1541fe06a7a4f52
trying 3.1.1 now
Hey, just released a fix for this: https://github.com/oblador/react-native-keychain/releases/tag/v3.1.1
ok looks like it worked thanks!
fixed
Most helpful comment
Hey, just released a fix for this: https://github.com/oblador/react-native-keychain/releases/tag/v3.1.1