1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Notifications working

This commit is contained in:
Zhiyuan Zheng
2020-10-24 18:07:09 +02:00
parent c8b40017d8
commit 8f6c5af0fd
9 changed files with 150 additions and 38 deletions

View File

@ -9,7 +9,7 @@ import Timeline from './Timeline'
const Stack = createNativeStackNavigator()
export default function TimelinesCombined ({ route }) {
export default function TimelinesCombined ({ page, route }) {
const [segment, setSegment] = useState(0)
const [renderHeader, setRenderHeader] = useState(false)
@ -48,7 +48,7 @@ export default function TimelinesCombined ({ route }) {
) : null
}}
>
<Stack.Screen name='LocalView'>
<Stack.Screen name={page}>
{props => (
<Animated.View
style={{