| /expo/packages/@expo/cli/src/utils/ |
| H A D | prompts.ts | 40 const question = questions[0]; constant 42 typeof question.message === 'function' 43 ? question.message(undefined, {}, question) 44 : question.message;
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | questions.yml | 2 description: 'You have a question about Expo or want to discuss some aspects of Expo' 3 labels: ['invalid issue: question'] 7 …value: If you have a question about Expo or want to discuss about related aspects, please post it …
|
| H A D | bug_report.yml | 10 …value: If you have a question or you think your issue might be caused by your application code, yo…
|
| H A D | bug_report_cli.yml | 12 …If you have a question or you think your issue might be caused by your application code, you can g…
|
| H A D | bug_report_router.yml | 10 …value: If you have a question or you think your issue might be caused by your application code, yo…
|
| H A D | dev_client_bug_report.yml | 12 …If you have a question or you think your issue might be caused by your application code, you can g…
|
| /expo/tools/src/ |
| H A D | OpenAI.ts | 10 export async function askChatGPTAsync(question: string): Promise<string | undefined> { 13 messages: [{ role: 'user', content: question }],
|
| /expo/guides/ |
| H A D | Using CocoaPods.md | 6 - [“Are CocoaPods widely used in iOS development?” Quora question](https://www.quora.com/Are-Cocoap… 7 - [“Why are CocoaPods better than Git submodules for iOS development” Quora question](https://www.q… 9 - [“What is CocoaPods?” StackOverflow question](https://stackoverflow.com/a/22261215/1123156)
|
| /expo/packages/expo-dev-client-components/src/icons/ |
| H A D | QuestionMarkIcon.tsx | 5 const icon = require('../../assets/question-mark-icon.png');
|
| /expo/docs/ui/components/Footer/ |
| H A D | Links.tsx | 33 <CALLOUT theme="secondary">Ask a question on the forums about {title}</CALLOUT> 40 <CALLOUT theme="secondary">Ask a question on the forums</CALLOUT>
|
| H A D | Footer.test.tsx | 18 screen.getByText('Ask a question on the forums'); 26 screen.getByText('Ask a question on the forums about test-title');
|
| /expo/.github/workflows/ |
| H A D | issue-triage.yml | 69 - ["How do I ask a good question?"](https://stackoverflow.com/help/how-to-ask) 113 question: 115 if: "${{ contains(github.event.label.name, 'invalid issue: question') }}" 127 …If you have a question about Expo or related tools, please post on our forums at https://forums.ex… 131 - ["How do I ask a good question?"](https://stackoverflow.com/help/how-to-ask)
|
| /expo/docs/pages/build-reference/ |
| H A D | troubleshooting.mdx | 155 ### How to ask a good question 157 …v/eas/enterprise-support). To ensure that an Expo team member sees your question, you can file a t… 165 …lpful. General guidance provided by Stack Overflow's [How to ask a good question](https://stackove…
|
| /expo/docs/pages/ |
| H A D | index.tsx | 295 description="Ask or answer a question on the forums."
|
| H A D | faq.mdx | 14 …on questions and answers about Expo and related services. If you have a question that is not answe…
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/ |
| H A D | ABI48_0_0EXAVPlayerData.m | 705 // See Stackoverflow question:
|
| /expo/packages/expo-av/ios/EXAV/ |
| H A D | EXAVPlayerData.m | 709 // See Stackoverflow question:
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/ |
| H A D | ABI47_0_0EXAVPlayerData.m | 705 // See Stackoverflow question:
|
| /expo/ios/versioned/sdk49/EXAV/EXAV/ |
| H A D | ABI49_0_0EXAVPlayerData.m | 705 // See Stackoverflow question:
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 813 …question marks'),this.scanner.next()}function x(t){this.scanner.source.charCodeAt(this.scanner.tok… 946 …question-mark-icon_svg__question-mark-icon_svg__clip0)"},l.createElement(o.Path,{d:"M7.888 14.052h… 1019 …,height:20,scales:[1,2,3],hash:"e84367db99b87cfae5292ce360a6ab9e",name:"question-mark-icon",type:"…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 814 …question marks'),this.scanner.next()}function x(t){this.scanner.source.charCodeAt(this.scanner.tok… 947 …question-mark-icon_svg__question-mark-icon_svg__clip0)"},l.createElement(o.Path,{d:"M7.888 14.052h… 1020 …,height:20,scales:[1,2,3],hash:"e84367db99b87cfae5292ce360a6ab9e",name:"question-mark-icon",type:"…
|