For now, I follow the suggest https://stackoverflow.com/a/79393511/10981623 that removed the "main": "expo-router/entry"
in package.json
and used regular App.js
method.
I know it's not recommended if I intended to use Expo route, but it solved my current problem.