Skip to content

Commit

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

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

Reviewed By: makovkastar

Differential Revision: D51806469

fbshipit-source-id: a8a8a1426a154b452c29df07561b7302f3150bd1
  • Loading branch information
GijsWeterings authored and facebook-github-bot committed Dec 4, 2023
1 parent 749b8dd commit e5df45c
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 e5df45c

Please sign in to comment.