Hi there! We're using react native lib provided by medplum refering to the below link
https://github.com/medplum/medplum-react-native-example
However some exections are thrown when we're calling to login function of medplum. For reference check below login snippet where we're getting that execption:
medplum
.startLogin({email, password})
.then(handleAuthResponse)
.catch(error => {
console.error('Error', error);
});
This throws an execption on android and iOS both as below also sharing attachment for the same.
error [referenceerror: property 'crypto' doesn't exist]