diff --git a/packages/rn-tester/js/examples/Snapshot/SnapshotExample.js b/packages/rn-tester/js/examples/Snapshot/SnapshotExample.js index ef051b7b289..854cbbf4477 100644 --- a/packages/rn-tester/js/examples/Snapshot/SnapshotExample.js +++ b/packages/rn-tester/js/examples/Snapshot/SnapshotExample.js @@ -21,7 +21,7 @@ class ScreenshotExample extends React.Component<{...}, $FlowFixMeState> { render() { return ( - + Click to take a screenshot @@ -38,13 +38,15 @@ class ScreenshotExample extends React.Component<{...}, $FlowFixMeState> { } const style = StyleSheet.create({ + container: { + flex: 1, + }, button: { marginBottom: 10, fontWeight: '500', }, image: { flex: 1, - height: 300, resizeMode: 'contain', backgroundColor: 'black', },