Skip to content

Commit cd793d6

Browse files
committed
Add SafeAreaView component bindings
1 parent 32a6f6e commit cd793d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/safeAreaView.re

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include
2+
View.CreateComponent(
3+
{
4+
[@bs.module "react-native"]
5+
external view : ReasonReact.reactClass = "SafeAreaView";
6+
let view = view;
7+
},
8+
);

0 commit comments

Comments
 (0)