resetting state after submit (todo: add confirmation message), update posts screen after aprove or deny
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Stack } from "expo-router";
|
||||
import { Stack } from 'expo-router'
|
||||
|
||||
export default function RootLayout() {
|
||||
return (
|
||||
return (
|
||||
<Stack>
|
||||
<Stack.Screen name="(tabs)" options={{ headerShown: false }}></Stack.Screen>
|
||||
<Stack.Screen name='(tabs)' options={{ headerShown: false }}></Stack.Screen>
|
||||
</Stack>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user