
Unable to resolve module expo-linking from C:\Users\user\Desktop\coding\bokyo\bokyo\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 } from 'react-native';
> 3 | import * as Linking from 'expo-linking';
| ^
4 |
5 | export default function DetailPage({navigation,route}) {
6 |
