diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-06 12:14:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-06 12:14:29 -0400 |
| commit | a3abb3abe322ea84306e1a12cec46972a81a37de (patch) | |
| tree | 697ec80502d6c4d8249cbbea2cad62262e335587 /src/routes/main | |
| parent | aac68b10d5f05f4a8bd137cfd2a85ef6f6e4dbdf (diff) | |
| parent | b6a31427f784c2e88ad6fe0178e5fd873b4a1099 (diff) | |
Merge pull request #352 from leonyjiang/tma739-patch-iphone-12
[TMA-739] Bugfix Patch — Moment Posting Tutorial Position
Diffstat (limited to 'src/routes/main')
| -rw-r--r-- | src/routes/main/MainStackNavigator.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx index 021c0688..01b28fd4 100644 --- a/src/routes/main/MainStackNavigator.tsx +++ b/src/routes/main/MainStackNavigator.tsx @@ -73,6 +73,7 @@ export type MainStackParams = { screenType: ScreenType; momentCategory: string; profileBodyHeight: number; + socialsBarHeight: number; }; AnimatedTutorial: { screenType: ScreenType; |
