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 style = StyleSheet.create({})
'React-Native' 카테고리의 다른 글
setState, setCateState, setReady (0) | 2021.07.13 |
---|---|
[나만의꿀팁제작]그 후 24시간 후에 문제해결. (0) | 2021.07.12 |
[리액트]flexDirection , justifyContent (0) | 2021.07.11 |
[리액트] flex (0) | 2021.07.11 |
[리액트]이미지 꽉 채우기 cover (0) | 2021.07.11 |