Skip to content

Commit

Permalink
fix: resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Mar 4, 2024
1 parent 728e7c3 commit 59bc087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __mocks__/react-native-safe-area-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function withSafeAreaInsets(WrappedComponent: React.ComponentType<WithSafeAreaIn
return WithSafeAreaInsetsWithRef;
}

const SafeAreaView: typeof View = View;
const SafeAreaView = View;
const SafeAreaProvider = (props: SafeAreaProviderProps) => props.children;
const SafeAreaConsumer = (props: SafeAreaConsumerProps) => props.children?.(insets);
const SafeAreaInsetsContext: SafeAreaInsetsContextValue = {
Expand Down

0 comments on commit 59bc087

Please sign in to comment.