728x90



App.js
import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View } from "react-native";
export default function App() {
return (
<View style={styles.container}>
<Text>ํฌ๋ก์ฐ ์๋!</Text>
<StatusBar style="auto" />
</View>
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: "#fff",
alignItems: "center",
justifyContent: "center",
},
});

'FRONTEND > ReactNative' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
| [์ ๊ธฐ์ฐจ ์ถฉ์ ์ ์ฐพ๊ธฐ ์ฑ/ReactNative] ์คํ๋์ฌ ์คํฌ๋ฆฐ (2) | 2024.02.06 |
|---|---|
| [์ ๊ธฐ์ฐจ ์ถฉ์ ์ ์ฐพ๊ธฐ ์ฑ/ReactNative] ์ปค์คํ ํฐํธ ์ ์ฉํ๊ธฐ (0) | 2024.02.06 |
| [TodoApp] TodoApp๋ง๋ค๊ธฐ (1) | 2024.02.05 |
| [๋ ์จ์ฑ] expo ๋ฐฐํฌ์ฉ ์ฑ ๋ง๋ค๊ธฐ (0) | 2024.02.01 |
| [๋ ์จ์ฑ] ํ์ฌ ์์น ํ์ธ ๋ฐ ์คํ์จ๋ API ์ฌ์ฉํ์ฌ ๋ ์จ ๊ฐ์ ธ์ค๊ธฐ (1) | 2024.02.01 |