Add header to PostThread view; update navigation to include stacking so that each tab maintains its own browsing history
This commit is contained in:
parent
28dbc5f5e6
commit
29ed3d2ecf
17 changed files with 128 additions and 81 deletions
|
@ -3,7 +3,7 @@ import {Shell} from '../shell'
|
|||
import {Text, View} from 'react-native'
|
||||
import type {RootTabsScreenProps} from '../routes/types'
|
||||
|
||||
export const Search = (_props: RootTabsScreenProps<'Search'>) => {
|
||||
export const Search = (_props: RootTabsScreenProps<'SearchTab'>) => {
|
||||
return (
|
||||
<Shell>
|
||||
<View style={{justifyContent: 'center', alignItems: 'center'}}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue