Skip to content

Commit

Permalink
fix bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Oct 25, 2024
1 parent 4b05fa1 commit 08a1454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReactNativeSafeAreaContext.res
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module SafeAreaProvider = {
initialMetrics?: metrics,
}

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

Expand All @@ -75,6 +75,6 @@ module SafeAreaView = {
edges?: edges,
}

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

0 comments on commit 08a1454

Please sign in to comment.