There was an error while loading. Please reload this page.
1 parent 101ff84 commit 2d3efd3Copy full SHA for 2d3efd3
src/Native.re
@@ -13,3 +13,6 @@ module NavigationNativeContainer = {
13
React.element =
14
"NavigationNativeContainer";
15
};
16
+
17
+[@bs.module "@react-navigation/native"]
18
+external useIsFocused: unit => bool = "useIsFocused";
0 commit comments