You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ body:
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,9 +41,9 @@ body:
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,7 +55,7 @@ body:
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,7 +64,7 @@ body:
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.
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/FlingGestureHandler.kt
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandler.kt
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/HoverGestureHandler.kt
0 commit comments