视图没有原生类型编号的 NativeProp RCTView.borderTopRadius 的 propType
View has no propType for NativeProp RCTView.borderTopRadius of native type number
我在 运行 react-native 运行-android 中收到此错误 'View has no propType for NativeProp RCTView.borderTopRadius of native type number'。它似乎在我的 android 模拟器上。有什么解决办法吗?我试过网上的所有东西,但没有用。
错误是这样的..(如果你没有自己更改这个道具,这通常意味着你的本机代码版本和 javascript 代码不在 syc 中。更新两者应该会使这个错误消失)
这是一个新问题,5月15日开始,在github上查看问题。https://github.com/facebook/react-native/issues/19259
编辑app/build.gradle
compile ("com.facebook.react:react-native:your-react-native-version") { force = true } // From node_modules
我在 运行 react-native 运行-android 中收到此错误 'View has no propType for NativeProp RCTView.borderTopRadius of native type number'。它似乎在我的 android 模拟器上。有什么解决办法吗?我试过网上的所有东西,但没有用。 错误是这样的..(如果你没有自己更改这个道具,这通常意味着你的本机代码版本和 javascript 代码不在 syc 中。更新两者应该会使这个错误消失)
这是一个新问题,5月15日开始,在github上查看问题。https://github.com/facebook/react-native/issues/19259
编辑app/build.gradle
compile ("com.facebook.react:react-native:your-react-native-version") { force = true } // From node_modules