mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at verify-code 7 lines 269 B view raw
1// HACK 2// expo-modules-core tries to require('crypto') in uuid.web.js 3// and while it tries to detect web crypto before doing so, our 4// build fails when it tries to do this require. We use a babel 5// and tsconfig alias to direct it here 6// -prf 7export default crypto