gpt4 book ai didi

ios - -[RCTRootView cancelTouches]` 已弃用,很快就会在 React Native map 中删除

转载 作者:行者123 更新时间:2023-12-01 16:48:06 26 4
gpt4 key购买 nike

我正在使用react-native-map,它在ios和android上运行良好。

我的 React Native 版本是 0.61.2。但在 ios 中,当我单击 map 时,会显示警告“-[RCTRootView cancelTouches]`已弃用,很快就会被删除。”。

这是什么以及如何删除此警告?

最佳答案

参见this commit现在是react-native 0.61+

尽管它说已弃用,但根据the conversation in this pull request它将被添加回react-native核心。

您可以忽略它,直到react-native团队删除警告:

console.ignoredYellowBox = ['警告:`-[RCTRootView cancelTouches]`'];

或者你将react-native降级到0.61以下的版本。

一些库,例如 react-native-gesture-handler仍然调用cancelTouches方法。这就是您看到此警告的原因。

我正在使用react-native-gesture-handler,它在 Debug模式下发出此警告,并导致Android和iOS上的发布版本崩溃。通过在 index.js 的顶层添加 import 'react-native-gesture-handler' 修复了崩溃问题。

关于ios - -[RCTRootView cancelTouches]` 已弃用,很快就会在 React Native map 中删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58228154/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com