feat: tabs调整
This commit is contained in:
8
app/(tabs)/activity.tsx
Normal file
8
app/(tabs)/activity.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { ThemedView } from "@/components/themed-view";
|
||||
|
||||
export default function ActivityScreen() {
|
||||
return (
|
||||
<ThemedView>11</ThemedView>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user