diff --git a/node_modules/react-native-safe-area-context/src/SafeAreaContext.tsx b/node_modules/react-native-safe-area-context/src/SafeAreaContext.tsx index 2ed3ea6..ce6e7be 100644 --- a/node_modules/react-native-safe-area-context/src/SafeAreaContext.tsx +++ b/node_modules/react-native-safe-area-context/src/SafeAreaContext.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import { Dimensions, StyleSheet, ViewProps } from 'react-native'; +import { Dimensions, StyleSheet, type ViewProps } from 'react-native'; import { NativeSafeAreaProvider } from './NativeSafeAreaProvider'; import type { EdgeInsets,