Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 27) sorted by relevance

12

/expo/tools/src/android-update-native-dependencies/
H A Dindex.ts11 async function printAvailableUpdates(reports: AndroidProjectReport[]) {
24 } of reports) {
54 const reports = await getAndroidProjectReports(options); constant
56 return await printAvailableUpdates(reports);
58 const selectedReports = await promptForAndroidProjectsSelection(reports);
H A Dprompts.ts38 reports: AndroidProjectReport[]
49 choices: reports.map(generateAndroidProjectsSelectionChoice),
50 pageSize: Math.min(reports.length, (process.stdout.rows || 100) - 2),
53 return reports.filter(({ projectName }) => selectedProjects.includes(projectName));
151 reports: AndroidProjectReport[]
159 for (const report of reports) {
H A DandroidProjectReports.ts44 async function cacheReports(reportFilename: string, reports: AndroidProjectReport[]) {
45 await writeJSON(reportFilename, reports);
240 const reports = await readAndConvertReports(); constant
242 await cacheReports(reportCacheFilePath, reports);
243 return reports;
/expo/packages/expo/.github/
H A DISSUE_TEMPLATE.md1 We're looking to keep questions on our forums and bug reports on our main Expo repo -- please choos…
/expo/
H A DSUPPORT.md5 - GitHub issues are for bug reports **only**
H A Dyarn.lock2656 istanbul-reports "^3.1.3"
2728 "@types/istanbul-reports" "^1.1.1"
2737 "@types/istanbul-reports" "^3.0.0"
2748 "@types/istanbul-reports" "^3.0.0"
2760 "@types/istanbul-reports" "^3.0.0"
4143 "@types/istanbul-reports@^1.1.1":
4145 …resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.2.tgz#e875cc…
4151 "@types/istanbul-reports@^3.0.0":
4153 …resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe…
11892 istanbul-reports@^3.1.3:
[all …]
/expo/tools/src/code-review/
H A Dindex.ts230 async function deleteOutdatedReportsAsync(reports: GitHub.IssueComment[]) {
232 await Promise.all(reports.map((report) => GitHub.deleteCommentAsync(report.id)));
/expo/docs/ui/components/Footer/
H A DFooter.test.tsx33 screen.getByText('View open bug reports for test-title');
50 name: 'View open bug reports for GestureHandler',
H A DLinks.tsx19 <CALLOUT theme="secondary">View open bug reports for {title}</CALLOUT>
/expo/docs/pages/debugging/
H A Druntime-issues.mdx115 …important to reproduce the issue, and even if you can't do that, to find any related crash reports.
119 #### Crash reports using adb logcat
127 #### Crash reports using Console app
163 …://developer.apple.com/documentation/xcode/diagnosing-issues-using-crash-reports-and-device-logs) …
/expo/docs/pages/guides/
H A Dusing-sentry.mdx181 …t` in your call to `Sentry.init()`, otherwise you will not see stacktraces in your error reports.**
182 …`release` value to `Sentry.init()`, otherwise you will not see stacktraces in your error reports.**
288 …sending it to Sentry servers. This way you won't swamp Sentry with false reports during test runni…
290 …ally sent but rather logged locally into memory. In this way, the logged reports can be fetched la…
/expo/docs/pages/develop/
H A Dunit-testing.mdx155 ## Code coverage reports
157 Code coverage reports can help you understand how much of your code is tested.
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI49_0_0RNViewShot.m117 … // this doesn't work for large views and reports incorrect success even though the image is blank
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI48_0_0RNViewShot.m117 … // this doesn't work for large views and reports incorrect success even though the image is blank
/expo/ios/Exponent/Versioned/Core/Api/ViewShot/
H A DRNViewShot.m117 … // this doesn't work for large views and reports incorrect success even though the image is blank
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI47_0_0RNViewShot.m117 … // this doesn't work for large views and reports incorrect success even though the image is blank
/expo/.github/workflows/
H A Dissue-triage.yml125 body: `Hello! Our GitHub issues are reserved for bug reports.
153 body: `Hello! Our GitHub issues are reserved for bug reports.
/expo/packages/babel-preset-expo/
H A DREADME.md9 If you have problems with the code in this repository, please file issues & bug reports
/expo/docs/pages/router/reference/
H A Dfaq.mdx33 …ontent in the app, which is great for promoting your app, collecting bug reports, E2E testing, aut…
/expo/packages/eslint-config-universe/
H A DCHANGELOG.md75 - `react/react-in-jsx-scope` no longer reports errors (the rule is off) because React 17 no longer …
/expo/packages/@expo/metro-runtime/build/error-overlay/
H A DLogBox.web.js.map1 … passes it back to the\n // React Native ExceptionsManager, which reports it to LogBox as a…
/expo/packages/expo-file-system/
H A DCHANGELOG.md207 - `getFreeDiskStorageAsync` now correctly reports free disk space on iOS. ([#14279](https://github.…
/expo/guides/
H A DExpo JavaScript Style Guide.md28 ESLint reports errors and warnings for several style guidelines. Generally, the Expo ESLint configu…
/expo/docs/
H A Dyarn.lock681 istanbul-reports "^3.1.3"
761 "@types/istanbul-reports" "^3.0.0"
1576 "@types/istanbul-reports@^3.0.0":
1578 …resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe…
4997 istanbul-reports@^3.1.3:
4999 …resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.4.tgz#1b6f068ecbc6c…
/expo/tools/
H A Dyarn.lock1432 "@types/istanbul-reports" "^1.1.1"
2245 "@types/istanbul-reports@^1.1.1":
2247 …resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf…

12