커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
expo 에서 화면이 안뜹니다
[왕초보] 나만의 수익성 앱, 앱개발 종합반 v5
3주차
북마크
김*오
댓글
14
추천
0
조회수
15
조회수
15
답변 완료

초반에는 잘 되다가 이제는 수정해도 하단에 오류도 안뜨고 백지 화면만 뜹니다




스파르타 즉문즉답

코드는 그냥 가져다 붙였고

웹으로 열어도 흰 화면만 뜹니다


작성한 코드 및 에러 메세지


웹으로 열때 vs코드 앱에서 뜨는 오류 창입니다

ERROR in ../../../../node_modules/@react-navigation/stack/lib/module/views/Stack/StackView.js:5

Module not found: Can't resolve '@react-navigation/native'

 3 |  SafeAreaProviderCompat,

 4 | } from '@react-navigation/elements';

> 5 | import {

 6 |  ParamListBase,

 7 |  Route,

 8 |  StackActions,


ERROR in ../../../../node_modules/@react-navigation/stack/lib/module/views/Stack/StackView.js:11

Module not found: Can't resolve 'react'

  9 |  StackNavigationState,

 10 | } from '@react-navigation/native';

> 11 | import * as React from 'react';

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

 13 | import {

 14 |  EdgeInsets,


ERROR in ../../../../node_modules/@react-navigation/stack/lib/module/views/Stack/StackView.js:11:30

Module not found: Can't resolve 'react-native-web/dist/exports/StyleSheet'

  9 |  StackNavigationState,

 10 | } from '@react-navigation/native';

> 11 | import * as React from 'react';

   |               ^

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

 13 | import {

 14 |  EdgeInsets,


ERROR in ../../../../node_modules/@react-navigation/stack/lib/module/views/Stack/StackView.js:11:30

Module not found: Can't resolve 'react-native-web/dist/exports/View'   

  9 |  StackNavigationState,

 10 | } from '@react-navigation/native';

> 11 | import * as React from 'react';

   |               ^

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

 13 | import {

 14 |  EdgeInsets,


ERROR in ../../../../node_modules/@react-navigation/stack/lib/module/views/Stack/StackView.js:13

Module not found: Can't resolve 'react-native-safe-area-context'

 11 | import * as React from 'react';

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

> 13 | import {

 14 |  EdgeInsets,

 15 |  SafeAreaInsetsContext,

 16 | } from 'react-native-safe-area-context';


web compiled with 160 errors and 1 warning


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