There was an error while loading. Please reload this page.
SafeAreaView
1 parent 32a6f6e commit cd793d6Copy full SHA for cd793d6
src/components/safeAreaView.re
@@ -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