世博会路由器错误

问题描述 投票:0回答:1

安装Expo路由器依赖后,遇到错误:

Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app

This error is located at:
    in ContextNavigator (at ExpoRoot.js:64)
    in ExpoRoot (at qualified-entry.js:20)
    in App (created by ErrorOverlay)
    in ErrorToastContainer (created by ErrorOverlay)
    in ErrorOverlay (at withDevTools.ios.js:25)
    in withDevTools(ErrorOverlay) (at renderApplication.js:57)
    in RCTView (at View.js:116)
    in View (at AppContainer.js:127)
    in RCTView (at View.js:116)
    in View (at AppContainer.js:155)
    in AppContainer (at renderApplication.js:50)
    in main(RootComponent) (at renderApplication.js:67), js engine: hermes

我尝试正常使用expo路由器依赖项,但根本不起作用。

react-native expo expo-router
1个回答
0
投票

我曾经看到过这个错误,但现在没有了。

如果没有看到你的代码,很难说,但是,你是否尝试过检查布局(堆栈、选项卡、插槽...)?

© www.soinside.com 2019 - 2024. All rights reserved.