
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
어제밤 잘 작동하는 걸 보고 끊고 다른 작업하다가
오늘 오전 다시 시작하려고 expo start 하고 expo go 실행하니 이런 에러가 발생합니다.

앱화면

에러 코드(터미널)
Unable to resolve module react-native from D:\OneDrive - 한국방송통신대학교\(HappyUs HomePage)\sparta_App\sparta-myhoneytip-dydals1017\node_modules\expo\build\launch\registerRootComponent.js: react-native could not be found within the project or in these directories:
node_modules\expo\node_modules
node_modules
1 | import 'expo/build/Expo.fx';
2 | import * as React from 'react';
> 3 | import { AppRegistry, Platform } from 'react-native';
| ^
4 | import { createRoot } from './createRoot';
5 | export default function registerRootComponent(component) {
6 | let qualifiedComponent = component;
