We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b05fa1 commit 08a1454Copy full SHA for 08a1454
src/ReactNativeSafeAreaContext.res
@@ -50,7 +50,7 @@ module SafeAreaProvider = {
50
initialMetrics?: metrics,
51
}
52
53
- @module("react-native")
+ @module("react-native-safe-area-context")
54
external make: React.component<props> = "SafeAreaProvider"
55
56
@@ -75,6 +75,6 @@ module SafeAreaView = {
75
edges?: edges,
76
77
78
79
external make: React.component<props> = "SafeAreaView"
80
0 commit comments