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

이런 linking오류인데 뭐가 빠진지 모르겠습니다..

iOS Bundling failed 763ms
Unable to resolve module expo-linking from /Users/seongjeongeun/Documents/sparta-study/sparta-myhoneytip-eun/pages/DetailPage.js: expo-linking could not be found within the project or in these directories:
  node_modules
  1 |     import React,{useState,useEffect} from 'react';
  2 |     import { StyleSheet, Text, View, Image, ScrollView,TouchableOpacity,Alert,Share,Platform } from 'react-native';
> 3 |     import * as Linking from 'expo-linking';
    |                               ^
  4 |     import {firebase_db} from "../firebaseConfig"
  5 |     import * as Application from 'expo-application';
  6 |     const isIOS = Platform.OS === 'ios';

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