React native 更新属性时出错';src&x27;由以下人员管理的视图的副本:RCTImageView

React native 更新属性时出错';src&x27;由以下人员管理的视图的副本:RCTImageView,react-native,react-native-android,React Native,React Native Android,我在Android中遇到了这个错误,但在iOS中没有: 以下是相关代码: state.productImage.map((_, index) => { return ( <View key={index} style={{ ...Styles.Containers.towingContainer2, ...{ alignItems: 'center', justifyCont

我在Android中遇到了这个错误,但在iOS中没有:

以下是相关代码:

state.productImage.map((_, index) => {
  return (
    <View
      key={index}
      style={{
        ...Styles.Containers.towingContainer2,
        ...{
          alignItems: 'center',
          justifyContent: 'center',
          marginRight: constant.moderateScale(7),
          marginLeft: constant.moderateScale(7),
        },
      }}>
      <Image
        source={[
          {uri: _},
          {uri: _.path}
        ]}
        style={Styles.ImageStyles.towingSelectedImage}
        resizeMode="cover"
      />
    </View>
  );
})
state.productImage.map((\ux,index)=>{
返回(
);
})