React Native lib integration errors
# support
a
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]
p
Seems one issue wa sopen but closed without resolution https://github.com/medplum/medplum/issues/1657
r
Hi @anuja9808 - unfortunately, we only support developing on React Native via Expo. Please let us know if you are unable to proceed once expo is enabled
152 Views