1name: "\U0001F6E0 expo-dev-client Bug Report" 2description: 'Report a reproducible issue with a development build' 3labels: ['Development Builds', 'needs validation'] 4body: 5 - type: markdown 6 attributes: 7 value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible so we have the information we need to help. 8 - type: markdown 9 attributes: 10 value: | 11 If you leave out sections there is a high likelihood your issue will be closed. 12 If you have a question or you think your issue might be caused by your application code, you can get help from the community on the [forums](https://forums.expo.dev/) or on [Discord](https://chat.expo.dev). 13 - type: markdown 14 attributes: 15 value: | 16 **IMPORTANT**: Before filling out this template further, ensure you have the latest version of the `expo-dev-client` package, `expo-cli`, and (if applicable) `eas-cli`. If not, try upgrading first and see if that fixes your issue. 17 - type: textarea 18 attributes: 19 label: Summary 20 description: | 21 Clearly describe what the expected behavior is vs. what is actually happening. This should be as short as possible, while still communicating all the necessary information. 22 If your summary is just 'X library/method isn't working', then you need to continue debugging yourself and provide more information. 23 validations: 24 required: true 25 - type: dropdown 26 attributes: 27 label: Managed or bare workflow? 28 description: | 29 If you have made manual changes inside of the `ios/` or `android/` directories in your project, the answer is "bare"! 30 options: 31 - managed 32 - bare 33 validations: 34 required: true 35 - type: dropdown 36 attributes: 37 label: What platform(s) does this occur on? 38 multiple: true 39 options: 40 - Android 41 - iOS 42 validations: 43 required: true 44 - type: textarea 45 attributes: 46 label: Package versions 47 description: List the package versions of `expo-dev-client`, `expo-updates`, and any other relevant libraries in your project. 48 - type: textarea 49 attributes: 50 label: Environment 51 description: Run the `npx expo-env-info` command and paste its output in the field below. 52 validations: 53 required: true 54 - type: textarea 55 attributes: 56 label: Reproducible demo 57 description: | 58 This should include as little code as possible, and no extraneous dependencies. Do not share your entire project. If a reproducible demo is not provided, your issue will be closed. 59 If you link to a project that contains multiple non-Expo-core modules, it is unlikely to help us narrow down the cause of your issue more quickly. 60 Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve). 61 validations: 62 required: true 63 - type: markdown 64 attributes: 65 value: Please make sure contributors can run your code and follow the steps your provided in order to reproduce the bug. 66 - type: textarea 67 attributes: 68 label: Stacktrace (if a crash is involved) 69 description: If your issue involves a crash, please provide the native stacktrace if you are able to. 70 - type: markdown 71 attributes: 72 value: | 73 **Realize that it is up to you to debug your code and be as certain as possible that the bug is with Expo, not with your own app.** 74 [Here's an excellent guide to debugging you can follow](https://gist.github.com/brentvatne/5ac00cba0c70b7a06b89a56787d6bc4a). 75