mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-28 03:17:56 +00:00
auto-commit for 18fb4765-0dc7-405b-908c-a59e73fc98dd
This commit is contained in:
@@ -17,7 +17,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
||||
|
||||
const { width } = Dimensions.get('window');
|
||||
|
||||
function HomeTab() {
|
||||
function HomeTab({ navigation }: any) {
|
||||
const { user } = useAuth();
|
||||
const insets = useSafeAreaInsets();
|
||||
const [profileImage, setProfileImage] = useState<string | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user