PWI: Refactor Shell (#1989)
* Vendor createNativeStackNavigator for further tweaks * Completely disable withAuthRequired * Render LoggedOut for protected routes * Move web shell into the navigator * Simplify the logic * Add login modal * Delete withAuthRequired * Reset app state on session change * Move TS suppression
This commit is contained in:
parent
4b59a21cac
commit
f2d164ec23
29 changed files with 1627 additions and 1665 deletions
|
@ -1,6 +1,3 @@
|
|||
import {withAuthRequired} from '#/view/com/auth/withAuthRequired'
|
||||
import {SearchScreenMobile} from '#/view/screens/Search/Search'
|
||||
|
||||
export const SearchScreen = withAuthRequired(SearchScreenMobile, {
|
||||
isPublic: true,
|
||||
})
|
||||
export const SearchScreen = SearchScreenMobile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue