Skip to content

Commit f6b5e6e

Browse files
committed
fix: replace deprecated absoluteFillObject in ActivityIndicator
1 parent 78b2d75 commit f6b5e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ActivityIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const styles = StyleSheet.create({
244244
},
245245

246246
layer: {
247-
...StyleSheet.absoluteFillObject,
247+
...StyleSheet.absoluteFill,
248248

249249
justifyContent: 'center',
250250
alignItems: 'center',

0 commit comments

Comments
 (0)