Skip to content

Commit 2ae13be

Browse files
committed
refactor: replace depracated SafeAreaView from react native with react-native-safe-area-context
1 parent 5a4798e commit 2ae13be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

example/src/app/(tabs)/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { ShimmerProvider } from 'react-native-fast-shimmer';
2-
import { StyleSheet, SafeAreaView } from 'react-native';
2+
import { StyleSheet } from 'react-native';
3+
import { SafeAreaView } from 'react-native-safe-area-context';
34
import { AvatarShimmers } from '../../components/AvatarShimmers';
45
import { LongShimmers } from '../../components/LongShimmers';
56
import { ShimmerConfigs } from '../../components/ShimmerConfigs';

0 commit comments

Comments
 (0)