Skip to content

Commit 5a4798e

Browse files
committed
refactor: replace depracted absoluteFillObject with absoluteFill
1 parent 3e47ab5 commit 5a4798e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shimmer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ const styles = StyleSheet.create({
9898
height: '100%',
9999
width: '100%',
100100
},
101-
gradientWrapper: StyleSheet.absoluteFillObject,
101+
gradientWrapper: StyleSheet.absoluteFill,
102102
});

0 commit comments

Comments
 (0)