1. 기본 App 세팅
import React from 'react';
import main from './assets/main.png';
import { StyleSheet, Text, View, Image, TouchableOpacity, ScrollView} from 'react-native';
export default function App() {
console.disableYellowBox = true;
//return 구문 밖에서는 슬래시 두개 방식으로 주석
return ()
}
const styles = StyleSheet.create({})
LIST
'4차산업혁명의 일꾼 > 웹개발' 카테고리의 다른 글
앱개발4주차 (0) | 2021.08.30 |
---|---|
앱개발3주차 (0) | 2021.08.30 |
NodeJS 2주차 개발일지 (0) | 2021.08.27 |
NodeJs 1주차 개발일지 (0) | 2021.08.27 |
앱개발 1주차 개발일지 (0) | 2021.08.27 |