|
11 | 11 | - Make sure to check whether there are similar issues in the repository
|
12 | 12 | - Make sure to clean cache in your project. Depending on your setup this could be done by:
|
13 | 13 | - `yarn start --reset-cache` or
|
14 |
| - - `npm start -- --reset-cache` or |
| 14 | + - `npm run start -- --reset-cache` or |
15 | 15 | - `expo start --clear`
|
16 | 16 |
|
17 | 17 | - type: markdown
|
|
41 | 41 | - type: input
|
42 | 42 | id: repro
|
43 | 43 | attributes:
|
44 |
| - label: Snack or a link to a repository |
| 44 | + label: A link to a [Gist](https://gist.github.com/), an [Expo Snack](https://snack.expo.io/) or a link to a repository based on [this template](https://github.com/react-native-community/reproducer-react-native) that reproduces the bug. |
45 | 45 | description: |
|
46 |
| - Please provide a Snack (https://snack.expo.io/) or a link to a repository on GitHub under your username that reproduces the issue. |
| 46 | + Please provide code snippet, a Snack or a link to a repository on GitHub under your username that reproduces the issue. |
47 | 47 | Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
|
48 | 48 | Issues without a reproduction are likely to stale.
|
49 | 49 | placeholder: Link to a Snack or a GitHub repository
|
|
55 | 55 | attributes:
|
56 | 56 | label: Gesture Handler version
|
57 | 57 | description: What version of react-native-gesture-handler are you using?
|
58 |
| - placeholder: 2.14.0 |
| 58 | + placeholder: 2.25.0 |
59 | 59 | validations:
|
60 | 60 | required: true
|
61 | 61 |
|
|
64 | 64 | attributes:
|
65 | 65 | label: React Native version
|
66 | 66 | description: What version of react-native are you using?
|
67 |
| - placeholder: 0.73.0 |
| 67 | + placeholder: 0.79.0 |
68 | 68 | validations:
|
69 | 69 | required: true
|
70 | 70 |
|
@@ -95,28 +95,28 @@ body:
|
95 | 95 | label: JavaScript runtime
|
96 | 96 | description: What runtime is your application using?
|
97 | 97 | options:
|
98 |
| - - JSC |
99 | 98 | - Hermes
|
| 99 | + - JSC |
100 | 100 | - V8
|
101 | 101 |
|
102 | 102 | - type: dropdown
|
103 | 103 | id: workflow
|
104 | 104 | attributes:
|
105 | 105 | label: Workflow
|
106 |
| - description: How your application is managed? Not sure? Read [this part](https://docs.expo.dev/introduction/managed-vs-bare/) of Expo documentation |
| 106 | + description: How your application is managed? Not sure? Read [this part](https://docs.expo.dev/develop/development-builds/introduction/) of Expo documentation. |
107 | 107 | options:
|
108 | 108 | - React Native (without Expo)
|
109 |
| - - Expo bare workflow |
110 |
| - - Expo managed workflow |
| 109 | + - Using Expo Go |
| 110 | + - Using Expo Prebuild or an Expo development build |
111 | 111 |
|
112 | 112 | - type: dropdown
|
113 | 113 | id: architecture
|
114 | 114 | attributes:
|
115 | 115 | label: Architecture
|
116 |
| - description: What React Native architecture your application is running on? Currently, the default architecture on React Native is Paper so if you haven't changed it in your application select this option. |
| 116 | + description: What React Native architecture your application is running on? Currently, the New Architecture is enabled by default for every new React Native project. |
117 | 117 | options:
|
118 |
| - - Paper (Old Architecture) |
119 |
| - - Fabric (New Architecture) |
| 118 | + - New Architecture (Fabric) |
| 119 | + - Old Architecture (Paper) |
120 | 120 |
|
121 | 121 | - type: dropdown
|
122 | 122 | id: build-type
|
|
0 commit comments