Skip to content

Commit

Permalink
Stabilize View-backface-visibility-e2e.js (facebook#41785)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal] modify backface visibility e2e test to comfortably fit within user viewport

Reviewed By: makovkastar

Differential Revision: D51806469
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Dec 4, 2023
1 parent 749b8dd commit 72908d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/rn-tester/js/examples/View/ViewExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,8 @@ export default ({
<View style={{justifyContent: 'center', alignItems: 'center'}}>
<View
style={{
height: 200,
width: 200,
height: 150,
width: 150,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'blue',
Expand All @@ -699,8 +699,8 @@ export default ({
</View>
<View
style={{
height: 200,
width: 200,
height: 150,
width: 150,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'red',
Expand All @@ -718,8 +718,8 @@ export default ({
<View style={{justifyContent: 'center', alignItems: 'center'}}>
<View
style={{
height: 200,
width: 200,
height: 150,
width: 150,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'blue',
Expand All @@ -729,8 +729,8 @@ export default ({
</View>
<View
style={{
height: 200,
width: 200,
height: 150,
width: 150,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'red',
Expand Down

0 comments on commit 72908d7

Please sign in to comment.