diff --git a/packages/rn-tester/js/examples/ScrollView/ScrollViewExample.js b/packages/rn-tester/js/examples/ScrollView/ScrollViewExample.js index c6454472437..24f91a311aa 100644 --- a/packages/rn-tester/js/examples/ScrollView/ScrollViewExample.js +++ b/packages/rn-tester/js/examples/ScrollView/ScrollViewExample.js @@ -1273,13 +1273,11 @@ const styles = StyleSheet.create({ backgroundColor: 'rgba(100,215,255,.3)', }, button: { - flex: 1, margin: 5, padding: 5, alignItems: 'center', backgroundColor: '#cccccc', borderRadius: 3, - minHeight: 30, }, row: { flexDirection: 'row',