mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Basic account page works
This commit is contained in:
@ -74,9 +74,11 @@ export default function TimelinesCombined ({ name, content }) {
|
||||
<Stack.Screen
|
||||
name='Account'
|
||||
component={Account}
|
||||
options={({ route }) => ({
|
||||
title: `${route.params.id}`
|
||||
})}
|
||||
options={{
|
||||
headerTranslucent: true,
|
||||
headerStyle: { backgroundColor: 'rgba(255, 255, 255, 0)' },
|
||||
headerCenter: () => {}
|
||||
}}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name='Hashtag'
|
||||
|
Reference in New Issue
Block a user