https://spartacodingclub.kr//community/fastqna/all/6311ccb3f5e6545b2b2d5f78/%EC%98%A4%EB%8A%98%20%EC%95%88%EC%97%90%20%EB%8B%B5%EB%B3%80%EC%9D%B4%20%EA%B0%80%EB%8A%A5%ED%95%9C%EA%B0%80%EC%9A%94%3F%3F%3F?origin=shared
arning: Invalid version react-native@0.69.4 for
expo sdkVersion 46.0.0. Use react-native@0.69.5
iOS Bundling failed 3303ms
Unable to resolve module expo-linking from C:\Users\hwan2\Desktop\sparta-study\sparta-myhoneytip-kim\pages\DetailPage.js: expo-linking could not be found within the project or in these directories:
node_modules
..\node_modules
1 | import React,{useState,useEffect} from 'react';
2 | import { StyleSheet, Text, View, Image, ScrollView,TouchableOpacity,Alert,Share } from 'react-native';
> 3 | import * as Linking from 'expo-linking';
| ^
4 |
5 | export default function DetailPage({navigation,route}) {
6 |