duyluonglc / react-native-thumbnail-grid

75 stars 37 forks source link

Image with children is deprecated #4

Closed monolithed closed 7 years ago

monolithed commented 7 years ago
 <Image style={[styles.image, { width: secondImageWidth, height: secondImageHeight }, this.props.imageStyle]}
                      source={typeof image === 'string' ? { uri: image } : image} >
                      <View style={styles.lastWrapper}>
                        <Text style={[styles.textCount, this.props.textStyles]}>+{this.props.source.length - 5}</Text>
                      </View>
</Image>

For more information: https://github.com/facebook/react-native/commit/9637dd4a1b78d5f6da510b1b4ad10d45d67badbf

duyluonglc commented 7 years ago

updated