Skip to content

Commit b009b80

Browse files
authored
Merge branch 'main' into @APiligrim/update-empty-states
2 parents ab5de17 + 20ff3e3 commit b009b80

File tree

461 files changed

+32162
-21523
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+32162
-21523
lines changed

.env.example

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ EXPO_PUBLIC_SENTRY_DSN=
3333

3434
# Bitdrift API key. If undefined, Bitdrift will be disabled.
3535
EXPO_PUBLIC_BITDRIFT_API_KEY=
36+
37+
# bapp-config web worker URL
38+
BAPP_CONFIG_DEV_URL=
39+
40+
# Dev-only passthrough value for bapp-config web worker
41+
BAPP_CONFIG_DEV_BYPASS_SECRET=

__e2e__/flows/onboarding-avatar-creator.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ appId: xyz.blueskyweb.app
3333
- assertVisible: "You're ready to go!"
3434
- tapOn:
3535
id: "onboardingFinish"
36+
- tapOn:
37+
label: "NUX, if applicable"
38+
text: "Close"
39+
optional: true
40+
- waitForAnimationToEnd
3641
- assertVisible: "Following"

__e2e__/flows/onboarding.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ appId: xyz.blueskyweb.app
3030
- assertVisible: "You're ready to go!"
3131
- tapOn:
3232
id: "onboardingFinish"
33+
- tapOn:
34+
label: "NUX, if applicable"
35+
text: "Close"
36+
optional: true
37+
- waitForAnimationToEnd
3338
- assertVisible: "Following"

app.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ module.exports = function (_config) {
360360
},
361361
],
362362
['expo-screen-orientation', {initialOrientation: 'PORTRAIT_UP'}],
363+
['expo-location'],
363364
].filter(Boolean),
364365
extra: {
365366
eas: {

assets/icons/bookmark.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

assets/icons/bookmarkFilled.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

assets/icons/reply.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)