Hyeyeon blog

React Native Expo 오류 정리 본문

카테고리 없음

React Native Expo 오류 정리

Hyeyeon.P 2025. 9. 14. 23:39
반응형

1. Welcome to Expo 화면만 나오고 app/index.tsx로 이동이 안되는 현상

react-native-dotenv 플로그인으로 expo router가 덮어씌워져서 발생한다.
react-native-dotenv 를 삭제한 후 reload하여 정상 실행 성공! 

npm uninstall react-native-dotenv

참고: 

https://stackoverflow.com/questions/78494804/expo-stuck-on-welcome-to-expo-screen

 

Expo stuck on: "Welcome to Expo" screen

So I've just installed Expo SDK51: "expo": "~51.0.8", and want to build something. But I have a weird error or bug that I only see the "Welcome to Expo" large text wit...

stackoverflow.com

 

728x90
Comments