I am having this error [TypeError: undefined is not an object (evaluating '_globalThis.crypto.subtle.digest')] in my app when i am using a transaction function :-
var fromTokenAccount = await myToken.getOrCreateAssociatedAccountInfo(
fromWallet.publicKey)
this function uses the npm i react-native-crypto , this is not happening when i ON the debug mode