Expo Router
一、引入相关的依赖
npx expo install expo-router react-native-safe-area-context react-native-screens expo-linking expo-constants expo-status-bar
npx expo install react-native-web react-dom
二、修改配置文件
package.json
{
"main": "expo-router/entry"
}
app.json
{
"scheme": "your-app-scheme"
}
三、重新运行
npx expo start --clear

浙公网安备 33010602011771号