Open hasunpark opened 1 month ago
I just encountered this problem when cloning the app.
It's an open issue in the Expo repo. There are two solutions to this problem.
`import '@expo/metro-runtime';
import { registerRootComponent } from 'expo'; import { ExpoRoot } from 'expo-router';
export function App() {
const ctx = require.context('./app');
return
registerRootComponent(App); `
I will use "expo-router/entry" since it's the main way of working with expo-router.
@migueldv90 hi! thanks for solution! i'll try it and close if it solves. thanks for saving my time
Describe the bug hi i think fast-refresh is broken, can you check this issue?
To Reproduce Steps to reproduce the behavior:
Expected behavior i expected fast refresh web when i edit code and save
Platform (please complete the following information):
Additional context 3eb633de0a717f8828d2345a53db5028e8774081 fix(cli): bump to v0.1.2
this is my current cloned project's HEAD commit thanks.
can solve this problem? or is there any idea to let me dig in?