nextjs,tailwindcss,vercel
it looks like you may be using a lan url expo 오류 해결
주영 🐱
2024. 10. 31. 12:21
728x90
반응형
npx expo start 로 실행시
It looks like you may be using a LAN URL. Make sure your device is on the same network as the server, and that you have granted Expo Go the Local Network permission in the Settings app, or try using the tunnel connection type.
뜨는 오류 해결법
1. 개발하는 pc 네트워크랑 기기 네트워크가 같은지 보기
서로 다른 와이파이에 연결되어있을 가능성 체크
2. expo start —tunnel 말고 yarn start 를 쓰기
반응형