Skip to content

Commit

Permalink
fix: invalid export
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 30, 2024
1 parent 43dc4ba commit cdc0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SafeAreaView.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getEdgeValue(
}
}

export const JsSafeAreaView = React.forwardRef<
export const SafeAreaView = React.forwardRef<
NativeSafeAreaViewInstance,
NativeSafeAreaViewProps
>(({ style = {}, mode, edges, ...rest }, ref) => {
Expand Down

0 comments on commit cdc0b97

Please sign in to comment.