gpt4 book ai didi

react-native - react native 警告 : RCTC module not exported

转载 作者:行者123 更新时间:2023-12-04 22:39:55 24 4
gpt4 key购买 nike

在 iOS 上运行 React Native 应用程序时收到警告:

Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?



我怎样才能解决这个问题?

最佳答案

这发生在 RN 0.55.3 和可能的任何更新版本中。

目前这不是最好的解决方案,但为了避免警告,我们可以忽略它:

import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Class RCTCxxModule']);

关于react-native - react native 警告 : RCTC module not exported,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50618519/

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