Expo React Antial New EAS Build Blass白屏幕后溅出屏幕
因此,我的app.js实际上是从React-Navigation网站上复制和粘贴的。使用createStackNavigator的任何一个,包括createNativestacknavigator,以及与CreateBottomTabnavigator相同的createStackNavigator,我会在飞溅屏幕之后获得空白的白屏。唯一有效的是createMaterialBottomTabnavigator,其他所有人都显示了空白屏幕。当我使用createMaterialBottomTabnavigator并嵌入堆栈导航器时,当我单击该选项卡时,应用程序崩溃了
So my app.js is literally copied and pasted from the react-navigation website. I get a blank white screen after the splash screen when using any of the createStackNavigator's including the createNativeStackNavigator and the same with the createBottomTabNavigator. the only one that works is the createMaterialBottomTabNavigator, all of the others show a blank screen. and when I do use the createMaterialBottomTabNavigator and embedded a stack navigator, when I click to that tab, the app crashes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装以下软件包为我解决了这一点:
前两个来自
Installing the following packages solved this for me:
The first two from this guide for upgrading to React Navigation 6.