Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

add `newArchEnabled: false` flag to app.config.js (#3115)

authored by

Hailey and committed by
GitHub
e721f84a 57854e6f

+2
+2
app.config.js
··· 121 121 { 122 122 ios: { 123 123 deploymentTarget: '13.4', 124 + newArchEnabled: false, 124 125 }, 125 126 android: { 126 127 compileSdkVersion: 34, 127 128 targetSdkVersion: 34, 128 129 buildToolsVersion: '34.0.0', 129 130 kotlinVersion: '1.8.0', 131 + newArchEnabled: false, 130 132 }, 131 133 }, 132 134 ],