mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 06:48:35 +00:00
[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:
@@ -52,6 +52,7 @@ const styles = StyleSheet.create({
|
||||
borderWidth: '1px'
|
||||
},
|
||||
scrollViewContentContainerStyle: {
|
||||
backgroundColor: '#eee',
|
||||
padding: '10px'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user