<StatusBar>
expo install expo-status-bar
style
: βautoβ | βdarkβ | βlightβ | βinvertβ
auto μ€μ μ λ°°κ²½μμ μΈμνμ¬ μ ν©ν μ€νμΌ μ μ©.import {StatusBar} from 'expo-status-bar'
<StatusBar />
π‘
expo install
vsnpm install
expoμμ μ§μνλ ν¨ν€μ§μ κ²½μ°expo install
μ ν΅ν΄ μ€μΉλ₯Ό νλ©΄ νμ¬ μ¬μ©μ€μΈ νλ‘μ νΈμ μλ§μ λ²μ μ μ°Ύμ μ€μΉνλλ‘ λμμ€.
<LinearGradient>
expo install expo-linear-gradient
<LinearGradient
colors={["#e8f0ff", "#bdcae4", "#bdcae4"]}
>
expoλ‘ νλ‘μ νΈ μ€μΉ μ μλμΌλ‘ μμ΄μ½ ν¨ν€μ§κ° ν¬ν¨λ¨
μ¬μ© λ²
import { μμ΄μ½ν¨ν€μ§ } from '@expo/vector-icons'
<μμ΄μ½ν¨ν€μ§ name="μμ΄μ½μ΄λ¦" />
import { AntDesign } from '@expo/vector-icons';
<AntDesign name="message1" size={24} color="black" />