Fubinator / react-native-userbase-poc

MIT License
2 stars 1 forks source link

add: getRandomValues polyfill #14

Closed Fubinator closed 3 years ago

Fubinator commented 3 years ago

fixes #13

global.crypto.getRandomValues gets polyfilled by react-native-get-random-values.

openDatabase and getDatabases are working with this patch.