aboutsummaryrefslogtreecommitdiff
path: root/src/screens/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-09 16:28:20 -0500
committerIvan Chen <ivan@tagg.id>2021-02-11 17:47:14 -0500
commitd3a0f6713e4378adac0f21d4081a7fac1863a39a (patch)
tree68f4c3eb5f605da8e454c253355a84f3b7f43704 /src/screens/index.ts
parent5db2a2b38225a143e23ab635dbecadfb424a4546 (diff)
added new stack navigator, switch screen based on flag
Diffstat (limited to 'src/screens/index.ts')
-rw-r--r--src/screens/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/index.ts b/src/screens/index.ts
index c34cd571..faf3d0b7 100644
--- a/src/screens/index.ts
+++ b/src/screens/index.ts
@@ -3,3 +3,4 @@ export * from './onboarding';
export * from './profile';
export * from './search';
export * from './suggestedPeople';
+export * from './suggestedPeopleOnboarding';