I have used react-native-crypto-js for encrypt and decrypt message for chat app. But after archiv in xcode . Decrypt is not working in mobile app. Gives me empty text or throws error.
CryptoJS.AES.decrypt(itemtwo.message.toString(), "xxxxxxxxxxx").toString(CryptoJS.enc.Utf8)