about summary refs log tree commit diff
path: root/src/platform/crypto.ts
blob: c7deb21ccb44b8212257855ef4445d34182b8ddd (plain) (blame)
1
2
3
4
5
6
7
// HACK
// expo-modules-core tries to require('crypto') in uuid.web.js
// and while it tries to detect web crypto before doing so, our
// build fails when it tries to do this require. We use a babel
// and tsconfig alias to direct it here
// -prf
export default crypto