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 tryna to execute that ;
const token = await EncryptedStorage.getItem(“user-token”);
await EncryptedStorage.removeItem(“user-token”);
New contributor
Murat Polat is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.