【发布时间】:2018-07-17 08:35:25
【问题描述】:
升级到 react-native 0.56 后(使用 react-native-git-upgrade ,并将 babel-preset-react-native 更新到 5.0.2),
react-native run-ios 工作正常,应用程序运行正常。
但是在运行 react-native run-android 时,出现错误:
/Users/shouhuasun/dev/stage/upgrade-test/mobile-upgrade-test/node_modules/react-native-wechat/android/build/intermediates/res/merged/release/values-v24/values-v24。 xml:3:AAPT:检索项目的父项时出错:找不到与给定名称“android:TextAppearance.Material.Widget.Button.Borderless.Colored”匹配的资源。
其他未找到的名称如:'TextAppearance.Material.Widget.Button.Colored,android:keyboardNavigationCluster'等
其他库(如 react-native-fetch-blob)也出现错误。
有什么错误?
谢谢!
【问题讨论】:
标签: react-native