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.
@returns
isRunningInReactNative
1 parent f7fa960 commit 912bdceCopy full SHA for 912bdce
src/utils/useIsomorphicLayoutEffect.ts
@@ -24,6 +24,8 @@ const isDOM = /* @__PURE__ */ canUseDOM()
24
/**
25
* Checks if the code is running in a React Native environment.
26
*
27
+ * @returns Whether the code is running in a React Native environment.
28
+ *
29
* @see {@link https://github.com/facebook/react-native/issues/1331 Reference}
30
*/
31
const isRunningInReactNative = () =>
0 commit comments