Debug 问题
来源:7-6 FlatList的高级应用&上拉加载更多功能实现-1【这个技能很实用】

平平李
2023-03-16
我这边打不开debug 是为啥呀
写回答
2回答
-
CrazyCodeBoy
2023-03-19
终端卡在那个位置呢,可以发下截图我帮你看看012023-03-20 -
CrazyCodeBoy
2023-03-17
升级项目到RN 0.7x执行通过iOS模拟器打开调试工具时无法打开Chrome。
解决方案
1、 修改podfile
:hermes_enabled => true to :hermes_enabled => false
2、cd ios && pod install && cd .. and then run "npx react-native run-ios"
012023-03-19
相似问题