리액트 네이티브 기본 골격

하이루·2021년 10월 14일
0

import React from 'react';
import { StyleSheet,Text, View} from 'react-native';

export default function App() {
console.disableYellowBox = true;
return (

<View><Text> 기본 골격 </Text></View>

)
}

const styles = StyleSheet.create({

})

profile
ㅎㅎ

0개의 댓글