Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 72) sorted by relevance

123

/expo/tools/src/android-update-native-dependencies/
H A Dprompts.ts131 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 DupdateChangelogFiles.ts16 .filter((update) => update.report.changelogPath)
17 .map(async ({ updates, report }) => {
18 const changelog = Changelogs.loadFrom(report.changelogPath!);
H A DupdateGradleFiles.ts100 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 Dtypes.ts83 report: AndroidProjectReport; property
/expo/packages/eslint-config-universe/__tests__/tools/
H A D__lint__.mjs11 const report = await eslint.lintFiles(filePatterns); constant
12 console.log(JSON.stringify(report));
/expo/tools/src/code-review/
H A Dindex.ts102 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 Dreport-bundle-size.sh14 exec node bots/report-bundle-size.js "$1"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/
H A Dreport-bundle-size.sh14 exec node packages/react-native-bots/report-bundle-size.js "$1"
/expo/.github/ISSUE_TEMPLATE/
H A Ddocumentation.yml2 description: 'You want to report something that is wrong or missing from the documentation.'
H A Dbug_report.yml7 …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 Dbug_report_router.yml7 …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 Dweb-performance.mdx30 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 Dobjc-test.sh105 xcpretty --report junit --output "$REPORTS_DIR/ios/results.xml"
/expo/apps/fabric-tester/
H A D.gitignore61 */fastlane/report.xml
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dobjc-test.sh105 xcpretty --report junit --output "$REPORTS_DIR/ios/results.xml"
/expo/apps/bare-expo/
H A D.gitignore62 */fastlane/report.xml
/expo/packages/expo-dev-client/
H A DREADME.md19 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 Dmasked-view.mdx15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dmasked-view.mdx15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dmasked-view.mdx15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dmasked-view.mdx15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dmasked-view.mdx15 …d you may encounter inconsistencies in behavior across platforms. Please report issues you encount…
/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.js.map1 …or';\n\n constructor(message: string) {\n super(`${message}\\nPlease report this as an issue o…
/expo/docs/providers/
H A DAnalytics.tsx61 // be a dimension in your report).
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStackHeaderSubview.mm66 …// report early) incorrect (NaN and Inf) values which come from JavaScript side, we sometimes cann…

123