[React-Native] Style 연습-웹툰페이지 만들기
여태까지 배운 Props State Style (flex위주) 를 이용해서 네이버 웹툰 페이지 만들기 /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow strict-local */ import React, {Component} from 'react'; import { SafeAreaView, StyleSheet, ScrollView, View, Text, StatusBar, Image, } from 'react-native'; import { Header, LearnMoreLinks, Colors, DebugInstructions, ReloadInstructions, } from 'reac..