[fix] ScrollView style issues

* Fix contentContainer not expanding to contain all child elements
* Add momentum scrolling on iOS

Fix #197
This commit is contained in:
Nicolas Gallagher
2016-09-06 12:33:53 -07:00
parent 55849cdd0d
commit e1080d72d7
4 changed files with 9 additions and 4 deletions
@@ -52,6 +52,7 @@ const styles = StyleSheet.create({
borderWidth: '1px'
},
scrollViewContentContainerStyle: {
backgroundColor: '#eee',
padding: '10px'
}
})