mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
First step to adapt to Android
This commit is contained in:
@ -214,7 +214,7 @@ const Compose: React.FC<SharedComposeProp> = ({
|
||||
edges={hasKeyboard ? ['left', 'right'] : ['left', 'right', 'bottom']}
|
||||
>
|
||||
<ComposeContext.Provider value={{ composeState, composeDispatch }}>
|
||||
<Stack.Navigator>
|
||||
<Stack.Navigator screenOptions={{ headerTopInsetEnabled: false }}>
|
||||
<Stack.Screen
|
||||
name='Screen-Shared-Compose-Root'
|
||||
component={ComposeRoot}
|
||||
|
Reference in New Issue
Block a user