[add] promote ScrollView content to new layer

This commit is contained in:
Nicolas Gallagher
2016-11-22 13:08:11 -08:00
parent abd1227a94
commit 0b1759363d

View File

@@ -237,7 +237,8 @@ const styles = StyleSheet.create({
overflowY: 'hidden'
},
contentContainer: {
flexGrow: 1
flexGrow: 1,
transform: [ { translateZ: 0 } ]
},
contentContainerHorizontal: {
flexDirection: 'row'