Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

only include `localhost:19006` as intent filter on android (#3167)

authored by

Hailey and committed by
GitHub
a289e6bc e4a1069b

+3 -1
+3 -1
app.config.js
··· 40 40 ? process.env.BSKY_ANDROID_VERSION_CODE 41 41 : process.env.BSKY_IOS_BUILD_NUMBER 42 42 43 + const IS_DEV = process.env.EXPO_PUBLIC_ENV === 'development' 44 + 43 45 return { 44 46 expo: { 45 47 version: VERSION, ··· 103 105 scheme: 'https', 104 106 host: 'bsky.app', 105 107 }, 106 - { 108 + IS_DEV && { 107 109 scheme: 'http', 108 110 host: 'localhost:19006', 109 111 },