-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
**import React from 'react';
import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
export default function HomeScreen() {
return (
🏘️ Raqamli Mahalla
📮 Murojaat
🎁 Yordam
📢 Yangiliklar
📊 Statistika
);
}
const styles = StyleSheet.create({
container: { flex: 1, padding: 24, justifyContent: 'center', backgroundColor: '#f3f4f6' },
title: { fontSize: 24, fontWeight: 'bold', textAlign: 'center', marginBottom: 24 },
grid: { flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'space-around' },
button: { backgroundColor: '#4ade80', padding: 16, borderRadius: 12, margin: 8 }
});
**
Metadata
Metadata
Assignees
Labels
No labels