react-native-aes-kit
react-native-aes-kit copied to clipboard
AesCrypto.encrypt is not a function.
I am creating a react native project with expo. When I try to run the sample code, I encounter the said error "[Unhandled promise rejection: TypeError: AesCrypto.encrypt is not a function. (In 'AesCrypto.encrypt(plaintxt, secretKey, iv)', 'AesCrypto.encrypt' is undefined)]".
Any updates to that issue?
Have you ejected your app? I don't think this works on Expo projects.
Yup it won't work on Expo. You have to use plain react-native or ExpoKit.
While using ExpoKit you have to publish the project first and then you can use ./android/gradlew installDebug
.
Should work fine :)