race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

fix the warning when dataSource.length = 1 #110

Open haiyangjiajian opened 7 years ago

haiyangjiajian commented 7 years ago

当dataSource只有一条的时候,会不停的报warning:“ExceptionsManager.js:82 Warning: flattenChildren(...): Encountered two children with the same key, p_0_1. Child keys must be unique; when two children share a key, only the first child will be used.”。这个pr解决了这个问题