This commit is contained in:
Hailey
2024-06-07 10:03:17 -07:00
parent 4275b6c710
commit e8a335ccc2
-2
View File
@@ -310,8 +310,6 @@ function commonScreens(Stack: typeof HomeTab, unreadCountLabel?: string) {
options={{title: title(msg`Chat settings`), requireAuth: true}}
/>
<Stack.Screen
// TODO figure out what is up with this
// @ts-ignore what the absolute fuck is going on here??
name="StarterPack"
getComponent={() => StarterPackScreen}
options={{title: title(msg`Starter Pack`), requireAuth: true}}