Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/@expo/metro-runtime/src/location/
H A DLocation.native.ts153 value(inspect: any) {
165 return `${this.constructor.name} ${inspect(object)}`;
/expo/packages/expo-modules-autolinking/src/
H A Dindex.ts74 console.log(require('util').inspect(results, false, null, true));
94 console.log(require('util').inspect({ extraDependencies, modules }, false, null, true));
/expo/packages/expo-dev-client-components/src/icons/
H A DInspectElementIcon.tsx5 const icon = require('../../assets/inspect-element-icon.png');
/expo/packages/expo-modules-autolinking/build/
H A Dindex.js50 console.log(require('util').inspect(results, false, null, true));
68 console.log(require('util').inspect({ extraDependencies, modules }, false, null, true));
H A Dindex.js.map1inspect(results, false, null, true));\n }\n }).option<boolean>('-j, --json', 'Output results i…
/expo/packages/@expo/metro-runtime/build/location/
H A DLocation.native.js156 value(inspect) { argument
168 return `${this.constructor.name} ${inspect(object)}`;
H A DLocation.native.js.map1inspect: any) {\n const object = {\n hash: this.hash,\n host: this.…
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DNgrokResolver.ts24 inspect?: boolean; property
/expo/packages/@expo/cli/src/start/server/metro/
H A Dexternals.ts20 ).filter((x) => !/^_|^(internal|v8|node-inspect)\/|\//.test(x) && !['sys'].includes(x)),
/expo/docs/pages/debugging/
H A Dtools.mdx29 …at has a breakpoint, it will entirely pause your app. This allows you to inspect all variables and…
40 …e source of the error. You can use Chrome DevTools to pause your app and inspect the stack trace a…
48 …s, you can turn on **Pause on caught exceptions**. It will enable you to inspect any thrown error,…
55 alt="Use the console with breakpoints to inspect variables and invoke code throught your app"
61 The **Network tab** gives you insights into the network requests made by your app. You can inspect
70 …ing network traffic](#inspecting-network-traffic) for alternative ways to inspect network requests.
78 …#readme) VS Code extension. This debugger allows you to set breakpoints, inspect variables, and ex…
102 …th the [element inspector](#showhide-element-inspector), allowing you to inspect props, state, and…
206 …able Network Inspect`. This will enable the Network tab and allow you to inspect requests of `fetc…
208 …tps://github.com/jhen0409/react-native-debugger/blob/master/docs/network-inspect-of-chrome-devtool…
/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts19 util.inspect(config, {
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DInstallationProxyClient.ts194 'There was an error installing app: ' + require('util').inspect(resp),
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts13 import { inspect } from 'util';
125 debug('Routes:\n', inspect(manifest, { colors: true, depth: null }));
/expo/packages/expo-modules-core/build/
H A DPlatform.js.map1 …anUseEventListeners,\n /**\n * Denotes if the current environment can inspect properties of the…
/expo/packages/@expo/metro-runtime/src/error-overlay/toast/
H A DErrorToast.tsx25 // Eagerly symbolicate so the stack is available when pressing to inspect.
/expo/docs/pages/eas-update/
H A Ddebug-advanced.mdx52 …we can make commit any existing changes, then run `npx expo prebuild` to inspect the project state…
78 …nd the spots that are useful to inspect when finding the root cause of an issue. In the sections f…
132 To inspect which updates are on a branch, we can go to the [Branches page](https://expo.dev/account…
175 …`. After making a build, it is possible to open the build's contents and inspect native files to s…
182 4. From there, we can inspect the **Expo.plist** file.
202 … like which assets and versions are needed for an update to load. We can inspect the manifest by g…
H A Ddebug.mdx26 …nd the spots that are useful to inspect when finding the root cause of an issue. In the following …
H A Dbuild-locally.mdx89 After running the above, inspect **android/app/src/main/AndroidManifest.xml** and **iOS/&lt;your pr…
/expo/docs/pages/guides/
H A Dweb-performance.mdx23 To inspect bundle sizes, you can use a webpack plugin called [_Webpack Bundle Analyzer_](https://gi…
H A Dusing-flipper.mdx130 src="/static/images/using-flipper/app-inspect.jpg"
/expo/fastlane/
H A DFastfile307 …te androidClientVersion for latest SDK version on versions endpoint: #{e.inspect}. If this issue p…
/expo/packages/@expo/metro-runtime/build/error-overlay/toast/
H A DErrorToast.js.map1 …) {\n // Eagerly symbolicate so the stack is available when pressing to inspect.\n useEffect(() …
/expo/apps/test-suite/functions/
H A Dyarn.lock1400 object-inspect@^1.9.0:
1402 …resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f2…
1638 object-inspect "^1.9.0"
/expo/docs/pages/app-signing/
H A Dapp-credentials.mdx86 … they're used, and what happens when they expire or are revoked. You can inspect and manage all yo…
/expo/docs/
H A Dyarn.lock3248 object-inspect "^1.12.0"
3284 object-inspect "^1.12.3"
6679 object-inspect@^1.12.0, object-inspect@^1.9.0:
6681 …resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f2…
6684 object-inspect@^1.12.3:
6686 …resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c…
7934 object-inspect "^1.9.0"
8664 unist-util-inspect "^7.0.0"
8702 unist-util-inspect@^7.0.0:
8704 …resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-7.0.1.tgz#7e0db27bb…

12