Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Nov 12, 2024
1 parent 76788bf commit 6f5c40d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/src/tests/Test2282.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ function Home({ navigation }: any) {

function ListScreen() {
return (
<View style={{ flex: 1, backgroundColor: 'slateblue' }} removeClippedSubviews>
<View
style={{ flex: 1, backgroundColor: 'slateblue' }}
removeClippedSubviews>
<ParentFlatlist />
<View removeClippedSubviews>
<View style={{ backgroundColor: 'pink', width: '100%', height: 50 }} />
Expand Down

0 comments on commit 6f5c40d

Please sign in to comment.