i have Messaging app in react native and messages coming from nodejs back end which is encrypted but when i try to decrypt in my react native app using react-native-crypto-js it is not working. so i want to use a library that works on both nodejs backend and React native app .
any solutions?