Skip to content

Commit

Permalink
chore: resolve ViewProps type import (#446)
Browse files Browse the repository at this point in the history
* chore: resolve ViewProps type import

* refactor: inline ViewProps import
  • Loading branch information
jaredspeters authored Oct 25, 2023
1 parent 9611c65 commit 547dfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SafeAreaContext.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 547dfb5

Please sign in to comment.