aboutsummaryrefslogtreecommitdiff
path: root/src/routes/main/MainStackScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-05 16:50:13 -0500
committerGitHub <noreply@github.com>2021-02-05 16:50:13 -0500
commit55914efe03da970f03970a2a9fa85196fce41b75 (patch)
treed475e92b463926fc4430b02fb80350aa50aefa1f /src/routes/main/MainStackScreen.tsx
parentf591dd437a1273d99709aa6a3637a3a2922e6f4d (diff)
parent212eae20eb33d224525c52cea600b86fb2fd1126 (diff)
Merge pull request #212 from shravyaramesh/tma590-friendslist-buttons
[TMA-590] New Friends Screen
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r--src/routes/main/MainStackScreen.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx
index 76fc55e0..c0cef3ea 100644
--- a/src/routes/main/MainStackScreen.tsx
+++ b/src/routes/main/MainStackScreen.tsx
@@ -197,9 +197,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => {
<MainStack.Screen
name="FriendsListScreen"
component={FriendsListScreen}
- options={{
- ...modalStyle,
- }}
initialParams={{screenType}}
/>
<MainStack.Screen