Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix iOS build (#7042)

authored by

dan and committed by
GitHub
48c53416 86155986

+2
+2
metro.config.js
··· 14 14 cfg.cacheVersion += ':PROFILE' 15 15 } 16 16 17 + cfg.resolver.assetExts = [...cfg.resolver.assetExts, 'woff2'] 18 + 17 19 cfg.resolver.resolveRequest = (context, moduleName, platform) => { 18 20 // HACK: manually resolve a few packages that use `exports` in `package.json`. 19 21 // A proper solution is to enable `unstable_enablePackageExports` but this needs careful testing.