Skip to content

Commit cdc0b97

Browse files
fix: invalid export
1 parent 43dc4ba commit cdc0b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SafeAreaView.web.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function getEdgeValue(
3232
}
3333
}
3434

35-
export const JsSafeAreaView = React.forwardRef<
35+
export const SafeAreaView = React.forwardRef<
3636
NativeSafeAreaViewInstance,
3737
NativeSafeAreaViewProps
3838
>(({ style = {}, mode, edges, ...rest }, ref) => {

0 commit comments

Comments
 (0)