* 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
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
import {SearchScreenMobile} from '#/view/screens/Search/Search'
|
|
|
|
export const SearchScreen = SearchScreenMobile
|