
이런 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';
