new featur

deskripsi:
- search user
- notifications
This commit is contained in:
2025-06-30 10:39:04 +08:00
parent 3849e03a1a
commit c1bee77629
8 changed files with 101 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
import { Text, View } from "react-native";
export default function UserSearch() {
return (
<View>
<Text>User Search</Text>
</View>
)
}