diff options
| author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-04-01 23:58:02 -0400 |
|---|---|---|
| committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-04-01 23:58:02 -0400 |
| commit | b6a31427f784c2e88ad6fe0178e5fd873b4a1099 (patch) | |
| tree | 43ebd834bc4573c67914963af97d10d73f08f710 /src/routes | |
| parent | f570f6c75ff051e9f8afe359a237a05828dc6ffb (diff) | |
Improve position of overlaid tutorial
Diffstat (limited to 'src/routes')
| -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 9b089634..ee371ee2 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; |
