首页 > 解决方案 > 错误:原生动画模块不支持样式属性

问题描述

由于我的代码中的这一行,我的应用程序崩溃了,<Animated.View style={[{ marginBottom: marginAnim }]}>并且出现错误Error: Style property 'marginBottom' is not supported by native animated module。我marginAnimstate设置为marginAnim: new Animated.Value(10, { useNativeDriver: true }). 我如何申请marginBottom组件Animated.View

标签: react-native

解决方案


推荐阅读