UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

1 lines 1.18 kB
{"ast":null,"code":"\"use strict\";\n\nimport * as React from 'react';\nexport var useClientLayoutEffect = typeof document !== 'undefined' || typeof navigator !== 'undefined' && navigator.product === 'ReactNative' ? React.useLayoutEffect : React.useEffect;","map":{"version":3,"names":["React","useClientLayoutEffect","document","navigator","product","useLayoutEffect","useEffect"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/core/src/useClientLayoutEffect.tsx"],"sourcesContent":["import * as React from 'react';\n\n/**\n * Use `useEffect` during SSR and `useLayoutEffect` in the Browser & React Native to avoid warnings.\n */\nexport const useClientLayoutEffect =\n typeof document !== 'undefined' ||\n (typeof navigator !== 'undefined' && navigator.product === 'ReactNative')\n ? React.useLayoutEffect\n : React.useEffect;\n"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAK9B,OAAO,IAAMC,qBAAqB,GAChC,OAAOC,QAAQ,KAAK,WAAW,IAC9B,OAAOC,SAAS,KAAK,WAAW,IAAIA,SAAS,CAACC,OAAO,KAAK,aAAc,GACrEJ,KAAK,CAACK,eAAe,GACrBL,KAAK,CAACM,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}