cost 243 ms
Invariant Violation:试图注册两个同名的视图RNCSafeAreaProvider,js引擎:hermes - Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider, js engine: hermes

尝试从“react-native-gifted-chat”导入和使用 GiftedChat 组件时出现此错误: Invariant Violation: Tried to register two views with the same name RNCSafeAreaProvider, js e ...

此版本中使用了已弃用的 Gradle 功能,使其与 Gradle 8.0 不兼容。 react-native 链接后 - Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. after react-native link

我有一个 react-native 项目,它没问题。我运行 react-native 链接,现在当我运行 react-native run-android 时出现错误: 现在我跑 我有这个信息: 配置项目:react-native-contacts 子项目 ':react-native-contac ...

KeyboardAvoidingView + React Navigation + Safe Area View = 不工作 - KeyboardAvoidingView + React Navigation + Safe Area View = not working

我遇到的问题是,在使用嵌套在选项卡导航器中的react-navigation堆栈导航器进行基本聊天 UI 外观时,键盘隐藏了底部的聊天消息输入字段。 所以我尝试了KeyboardAvoidingView将键盘带到可见位置,但键盘没有显示。 我尝试了一个解决方案,涉及将headerHeight添加到k ...

React-Native 标签导航栏截断 - React-Native Tab Navigation Bar cut off

我目前正在使用 material-bottom-tabs 在我的移动应用程序中实现导航。 出于某种奇怪的原因,它没有正确显示,而是在我的屏幕底部被切断。 无论我是否激活手势控制(因此 Android 内置导航栏消失),都会发生这种情况。 如果我在 Tabs.Navigator 的样式中添加填充,那么 ...

不变违规:requireNativeComponent:在 UIManager 中找不到“RNCSafeAreaView”。 在 react-native 和 expo 应用程序中 - Invariant Violation: requireNativeComponent: “RNCSafeAreaView” was not found in the UIManager. in react-native with expo app

所以在我的工作场所,我们在 expo 上有一个旧版 react-native 应用程序。 我使用 android 仿真器进行调试,它用于 android 设备上的内部工作人员。 我们有几个月没有碰它,当我们试图重建时,我们得到了一个错误。 我不得不升级所有库,因为它们中的大多数已被弃用。 代码如下: ...

Expo SDK 36,“componentWillReceiveProps 已重命名,不推荐使用”错误的通用解决方案 - Expo SDK 36, a generic resolution for "componentWillReceiveProps has been renamed, and is not recommended for use" errors

当我运行expo start ,收到的警告是: 我知道这是一个警告,在生产模式下看不到,但为了不错过其他可能的警告,我想摆脱这个。 我没有使用componentWillReceiveProps但依赖expo正在使用。 建议npx react-codemod rename-unsafe-l ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM