tectiv3 / react-native-aes

Native module for AES encryption
MIT License
188 stars 135 forks source link

error: method pbkdf2Sync(String,String,Integer,Integer) is already defined in class RCTAes #56

Closed DarkUD closed 3 years ago

DarkUD commented 3 years ago

There seems to be an issue in the file

react-native-aes-crypto/android/src/main/java/com/tectiv3/aes/RCTAes.java

It seems this function is duplicated in the class image

it's preventing the building of some apps

https://github.com/MetaMask/metamask-mobile/issues/2755