| /expo/tools/src/android-update-native-dependencies/ |
| H A D | index.ts | 11 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 D | prompts.ts | 38 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 D | androidProjectReports.ts | 44 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 D | ISSUE_TEMPLATE.md | 1 We're looking to keep questions on our forums and bug reports on our main Expo repo -- please choos…
|
| /expo/ |
| H A D | SUPPORT.md | 5 - GitHub issues are for bug reports **only**
|
| H A D | yarn.lock | 2656 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 D | index.ts | 230 async function deleteOutdatedReportsAsync(reports: GitHub.IssueComment[]) { 232 await Promise.all(reports.map((report) => GitHub.deleteCommentAsync(report.id)));
|
| /expo/docs/ui/components/Footer/ |
| H A D | Footer.test.tsx | 33 screen.getByText('View open bug reports for test-title'); 50 name: 'View open bug reports for GestureHandler',
|
| H A D | Links.tsx | 19 <CALLOUT theme="secondary">View open bug reports for {title}</CALLOUT>
|
| /expo/docs/pages/debugging/ |
| H A D | runtime-issues.mdx | 115 …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 D | using-sentry.mdx | 181 …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 D | unit-testing.mdx | 155 ## 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 D | ABI49_0_0RNViewShot.m | 117 … // 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 D | ABI48_0_0RNViewShot.m | 117 … // 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 D | RNViewShot.m | 117 … // 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 D | ABI47_0_0RNViewShot.m | 117 … // this doesn't work for large views and reports incorrect success even though the image is blank
|
| /expo/.github/workflows/ |
| H A D | issue-triage.yml | 125 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 D | README.md | 9 If you have problems with the code in this repository, please file issues & bug reports
|
| /expo/docs/pages/router/reference/ |
| H A D | faq.mdx | 33 …ontent in the app, which is great for promoting your app, collecting bug reports, E2E testing, aut…
|
| /expo/packages/eslint-config-universe/ |
| H A D | CHANGELOG.md | 75 - `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 D | LogBox.web.js.map | 1 … passes it back to the\n // React Native ExceptionsManager, which reports it to LogBox as a…
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 207 - `getFreeDiskStorageAsync` now correctly reports free disk space on iOS. ([#14279](https://github.…
|
| /expo/guides/ |
| H A D | Expo JavaScript Style Guide.md | 28 ESLint reports errors and warnings for several style guidelines. Generally, the Expo ESLint configu…
|
| /expo/docs/ |
| H A D | yarn.lock | 681 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 D | yarn.lock | 1432 "@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…
|