Skip to content

Commit 08a1454

Browse files
committed
fix bindings
1 parent 4b05fa1 commit 08a1454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactNativeSafeAreaContext.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module SafeAreaProvider = {
5050
initialMetrics?: metrics,
5151
}
5252

53-
@module("react-native")
53+
@module("react-native-safe-area-context")
5454
external make: React.component<props> = "SafeAreaProvider"
5555
}
5656

@@ -75,6 +75,6 @@ module SafeAreaView = {
7575
edges?: edges,
7676
}
7777

78-
@module("react-native")
78+
@module("react-native-safe-area-context")
7979
external make: React.component<props> = "SafeAreaView"
8080
}

0 commit comments

Comments
 (0)