aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-08 15:48:55 -0500
committerIvan Chen <ivan@tagg.id>2021-03-08 15:48:55 -0500
commit7657657c2b8a28b96962ac4fa816bb1625a36e4b (patch)
treef5233751e98ee871534473330cf59b518c5c0009 /src/routes
parent7e5f9c63360f8c4505bb414384e13f8c0f7576e4 (diff)
added support for badges
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/main/MainStackNavigator.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx
index 8953cfe0..10b8ec3d 100644
--- a/src/routes/main/MainStackNavigator.tsx
+++ b/src/routes/main/MainStackNavigator.tsx
@@ -22,6 +22,7 @@ export type MainStackParams = {
screenType: ScreenType;
};
DiscoverUsers: {
+ type: 'badges' | 'categories' | 'users';
searchCategory: SearchCategoryType;
};
Profile: {