Home
last modified time | relevance | path

Searched refs:issues (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/expo/docs/pages/eas-update/
H A Dknown-issues.mdx2 title: EAS Update known issues
3 sidebar_title: Known issues
4 description: Known issues and limitations of EAS Update service.
7 …EAS Update, there are some known issues you may encounter. As we continue to iterate on it, we wil…
9 ### Known issues
14 Are you experiencing issues not listed above? [Contact us](https://expo.dev/contact) or join us on …
/expo/.github/workflows/
H A Dcheck-issues-nightly.yml1 name: Check issues with pending validation labels
9 validate-pending-issues:
21 - name: �� Validate issues with pending labels
H A Dissue-triage.yml3 issues:
15 github.rest.issues.createComment({
44 github.rest.issues.update({
59 github.rest.issues.createComment({
73 github.rest.issues.update({
89 github.rest.issues.createComment({
121 github.rest.issues.createComment({
134 github.rest.issues.update({
157 github.rest.issues.update({
185 github.rest.issues.update({
[all …]
H A Dlock.yml11 issues: write
26 process-only: 'issues'
H A Dcommentator.yml1 name: Comments on GitHub issues
23 - name: �� Comment on GitHub issues as github-actions bot
H A Dissue-stale.yml1 name: Close inactive issues
8 close-issues:
H A Dpr-labeler.yml64 await github.rest.issues.removeLabel({
75 github.rest.issues.addLabels({
87 await github.rest.issues.removeLabel({
98 github.rest.issues.addLabels({
H A Dissue-opened.yml7 issues:
30 github.rest.issues.addLabels({
/expo/tools/src/
H A DGitHub.ts227 const { data } = await octokit.issues.get({
249 const { data } = await octokit.issues.listForRepo({
264 const { data } = await octokit.issues.createComment({
280 const { data } = await octokit.issues.listComments({
311 const { data } = await octokit.issues.deleteComment({
323 const { data } = await octokit.issues.addLabels({
337 const { data } = await octokit.issues.removeLabel({
H A DLinear.ts101 const issues = await team.issues({ filter }); constant
103 return issues.nodes;
H A DGitHubActions.ts115 …fix|fixes|fixed|resolve|resolves|resolved) (#|https:\/\/github\.com\/expo\/expo\/issues\/)(\d+)/gi,
126 const { data } = await octokit.issues.createComment({
/expo/tools/src/commands/
H A DValidateIssueCommand.ts61 let issues = await listAllOpenIssuesAsync({
66 while (issues.length > 0) {
67 for (const issue of issues) {
70 issues = await listAllOpenIssuesAsync({
/expo/packages/@expo/cli/src/install/__tests__/
H A DcheckPackages-test.ts129 const issues: Awaited<ReturnType<typeof getVersionedDependenciesAsync>> = [ constant
144 asMock(getVersionedDependenciesAsync).mockResolvedValueOnce(issues);
157 packages: issues,
/expo/fastlane/android/metadata/en-US/changelogs/
H A D101.txt1 Fix issues when loading experiences with SDK older than 28
H A D100.txt1 Fix issues when loading experiences with SDK older than 32
H A D124.txt1 Fix issues when fetching push notifications token
H A D102.txt1 - fix issues when using `ImageManipulator` and `ImagePicker` on SDKs lower than 32
/expo/docs/pages/debugging/
H A Derrors-and-warnings.mdx18 …ct Native app with Expo CLI. For in-depth information, see [Debugging](/debugging/runtime-issues/).
34 …search the [forums](https://forums.expo.dev/), [GitHub issues](https://github.com/expo/expo/issues
40 …description="Learn about different techniques available to debug runtime issues in your Expo proje…
41 href="/debugging/runtime-issues"
/expo/packages/expo/bin/
H A Dcli4 // This avoids resolving issues with pnpm and yarn 2+ package managers.
/expo/apps/native-component-list/src/screens/AV/
H A DAudioModeSelector.tsx1 // see https://github.com/Microsoft/TypeScript/issues/8328#issuecomment-219583152
/expo/guides/
H A DAPI Design (SDK Audit).md20 | Screen Orientation | Quin | 2018 | Revisit test-suite | ✅ | Some open issues; some issues on web |
/expo/docs/ui/components/Footer/
H A DFooter.test.tsx29 test('displays issues link', () => {
36 test('displays correct issues link for 3rd-party package', () => {
53 'https://github.com/software-mansion/react-native-gesture-handler/issues'
/expo/apps/router-e2e/__e2e__/auth/app/
H A D_layout.tsx7 // could lead to issues where we attempt to navigate before the router has mounted.
/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 … behavior across platforms. Please report issues you encounter to [react-native-masked-view/masked…

12345678910>>...15