Janic Duplessis преди 4 години
родител
ревизия
9fc575fb26
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1
    3
      src/index.tsx

+ 1
- 3
src/index.tsx Целия файл

@@ -3,9 +3,7 @@ import { StyleSheet, View, ViewProps } from 'react-native';
3 3
 import { EdgeInsets as EdgeInsetsT, InsetChangedEvent } from './SafeArea.types';
4 4
 import NativeSafeAreaView from './NativeSafeAreaView';
5 5
 
6
-export {
7
-  default as initialWindowSafeAreaInsets,
8
-} from './InitialWindowSafeAreaInsets';
6
+export { default as initialWindowSafeAreaInsets } from './InitialWindowSafeAreaInsets';
9 7
 
10 8
 export const SafeAreaContext = React.createContext<EdgeInsetsT | null>(null);
11 9