diff --git a/zh-cn/react-native-image-viewing.md b/zh-cn/react-native-image-viewing.md index 7152c10342b8c3b2777bfd302b739d39e6386ac2..634e181c780ca2cc9b1fbcd4e5553eefe131aaa3 100644 --- a/zh-cn/react-native-image-viewing.md +++ b/zh-cn/react-native-image-viewing.md @@ -99,7 +99,9 @@ const ImageList = ({ images, shift = 0, onPress }: Props) => ( activeOpacity={0.8} onPress={() => onPress(index)} > - + { + typeof imageUrl === 'string' ? : + } ))} @@ -220,7 +222,7 @@ const styles = StyleSheet.create({ ## 遗留问题 -- [ ] 本库 swipeToCloseEnabled,doubleTapToZoomEnabled,animationType HarmonyOS暂不支持,上下滑动关闭、双击放大与动画效果功能 [#I9DNQU](https://gitee.com/react-native-oh-library/usage-docs/issues/I9DQPA) +- [ ] 本库 swipeToCloseEnabled,doubleTapToZoomEnabled,animationType HarmonyOS暂不支持,上下滑动关闭、双击放大与动画效果功能 [issue#2](https://github.com/react-native-oh-library/react-native-image-viewing/issues/2) ## 其他