커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
expo 무한로딩
[왕초보] 나만의 수익성 앱, 앱개발 종합반
2주차
북마크
이*현
댓글
7
추천
0
조회수
21
조회수
21
답변 완료

import { StatusBar } from 'expo-status-bar';

import React from 'react';

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


export default function App() {

  return (

    <View style={styles.container}>

      <View style={styles.subContainerOne}></View>

      <View style={styles.subContainerTwo}></View>

    </View>

  );

}


const styles = StyleSheet.create({

  container: {

    flex: 1,

    backgroundColor: '#fff',

  },

  subContainerOne: {

    flex:1,

    backgroundColor:"yellow"

  },

  subContainerTwo: {

    flex:1,

    backgroundColor:"green"

  }

});


2-4 강의에서 해당 코드를 복붙 한 뒤에 터미널에

expo start --tunnel 친 뒤에 r키를 눌러 리로드를 한 뒤, QR코드를 인식했는데

앱 왼쪽 하단에 New update available, downloading 이라는 문구가 뜨고

가운데에는 하얀 화면에 버퍼링 화면만 계속 떠요

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴