Bluesky app fork with some witchin' additions 馃挮
at bbab7695f92b9d0f5ec9d2c01ebe796a00df9068 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