Is Expo supports react-native-encrypted-storage? or How to store sensitive data (like token) in react native that built with expo?
ERROR Error: RNEncryptedStorage is undefined, js engine: hermes at ContextNavigator (http://192.168.0.105:8081/node_modules%5Cexpo-router%5Centry.bundle//&platform=android&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=true&transform.routerRoot=app:148715:24) .... ... .. . It gives an error when I try to execute this: const token = await EncryptedStorage.getItem("user-token"); await EncryptedStorage.removeItem("user-token");