When using any Touchable component (instead of `<View>`) as the row container, the re-ordering doesn't work. ```jsx <Animated.TouchableOpacity style={[ styles.row, this.state.style, ]}> <Image source={{uri: data.image}} style={styles.image} /> <Text style={styles.text}>{data.text}</Text> </Animated.TouchableOpacity> ```