| /expo/tools/src/android-update-native-dependencies/ |
| H A D | prompts.ts | 131 report: AndroidProjectReport 135 logger.log(`\n● project: ${chalk.blue(report.projectName)}`); 136 result.push(...(await promptForDependenciesVersions(report.gradleReport.outdated))); 138 if (report.gradleReport.exceeded.length > 0) { 140 result.push(...(await promptForDependenciesVersions(report.gradleReport.exceeded))); 142 if (report.gradleReport.unresolved.length > 0) { 144 result.push(...(await promptForDependenciesVersions(report.gradleReport.unresolved))); 159 for (const report of reports) { constant 160 const updates = await promptForDependenciesUpdatesSelection(report); 163 report,
|
| H A D | updateChangelogFiles.ts | 16 .filter((update) => update.report.changelogPath) 17 .map(async ({ updates, report }) => { 18 const changelog = Changelogs.loadFrom(report.changelogPath!);
|
| H A D | updateGradleFiles.ts | 100 updates.map(async ({ report: { gradleFilePath } }) => [ 133 chalk.blue(updates.report.projectName), 135 chalk.italic.grey(path.relative(EXPO_DIR, updates.report.gradleFilePath)), 136 updates.report.gradleFilePath 140 let buildFile = buildFiles[updates.report.gradleFilePath]; 152 buildFiles[updates.report.gradleFilePath] = buildFile;
|
| H A D | types.ts | 83 report: AndroidProjectReport; property
|
| /expo/packages/eslint-config-universe/__tests__/tools/ |
| H A D | __lint__.mjs | 11 const report = await eslint.lintFiles(filePatterns); constant 12 console.log(JSON.stringify(report));
|
| /expo/tools/src/code-review/ |
| H A D | index.ts | 102 const report = generateReportFromOutputs(activeOutputs, pr.head.sha); constant 103 await submitReportAsync(pr.number, report); 232 await Promise.all(reports.map((report) => GitHub.deleteCommentAsync(report.id)));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/ |
| H A D | report-bundle-size.sh | 14 exec node bots/report-bundle-size.js "$1"
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/ |
| H A D | report-bundle-size.sh | 14 exec node packages/react-native-bots/report-bundle-size.js "$1"
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | documentation.yml | 2 description: 'You want to report something that is wrong or missing from the documentation.'
|
| H A D | bug_report.yml | 7 …value: Thanks for taking the time to file a bug report! If you are convinced that you have found a… 32 …Ex: if you report that "X library/method isn't working", then you will need to [continue debugging…
|
| H A D | bug_report_router.yml | 7 …value: Thanks for taking the time to file a bug report! If you are convinced that you have found a… 49 …Ex: if you report that "X library/method isn't working", then you will need to [continue debugging…
|
| /expo/docs/pages/guides/ |
| H A D | web-performance.mdx | 30 3. Customize the config to generate a web report: 39 // Optionally you can enable the bundle size report. 44 path: 'web-report',
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | objc-test.sh | 105 xcpretty --report junit --output "$REPORTS_DIR/ios/results.xml"
|
| /expo/apps/fabric-tester/ |
| H A D | .gitignore | 61 */fastlane/report.xml
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | objc-test.sh | 105 xcpretty --report junit --output "$REPORTS_DIR/ios/results.xml"
|
| /expo/apps/bare-expo/ |
| H A D | .gitignore | 62 */fastlane/report.xml
|
| /expo/packages/expo-dev-client/ |
| H A D | README.md | 19 If you encounter any issues using this package in your project, please [report your issue here](htt…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | masked-view.mdx | 15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | masked-view.mdx | 15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | masked-view.mdx | 15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | masked-view.mdx | 15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | masked-view.mdx | 15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | errors.js.map | 1 …or';\n\n constructor(message: string) {\n super(`${message}\\nPlease report this as an issue o…
|
| /expo/docs/providers/ |
| H A D | Analytics.tsx | 61 // be a dimension in your report).
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStackHeaderSubview.mm | 66 …// report early) incorrect (NaN and Inf) values which come from JavaScript side, we sometimes cann…
|