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
description: Report an issue with React Native ExecuTorch here.
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
Thanks for taking the time to fill out this bug report!
8
+
9
+
Before you proceed:
10
+
11
+
- Make sure to check whether there are similar issues in the repository
12
+
- Make sure to clean cache in your project. Depending on your setup this could be done by:
13
+
- `yarn start --reset-cache` or
14
+
- `npm start -- --reset-cache` or
15
+
- `expo start --clear`
16
+
17
+
- type: markdown
18
+
attributes:
19
+
value: |
20
+
## Required information
21
+
- type: textarea
22
+
id: description
23
+
attributes:
24
+
label: Description
25
+
description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if needed. Tell us what were you expecting to happen instead of what is happening now.
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
id: steps-to-reproduce
31
+
attributes:
32
+
label: Steps to reproduce
33
+
description: Provide a detailed list of steps that reproduce the issue.
34
+
placeholder: |
35
+
1.
36
+
2.
37
+
3.
38
+
validations:
39
+
required: true
40
+
41
+
- type: input
42
+
id: repro
43
+
attributes:
44
+
label: Snack or a link to a repository
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.
47
+
Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve.
48
+
Issues without a reproduction are likely to stale.
49
+
placeholder: Link to a Snack or a GitHub repository
50
+
validations:
51
+
required: true
52
+
53
+
- type: input
54
+
id: react-native-executorch-version
55
+
attributes:
56
+
label: React Native Executorch version
57
+
description: What version of react-native-executorch are you using?
58
+
placeholder: 0.1.1
59
+
validations:
60
+
required: true
61
+
62
+
- type: input
63
+
id: react-native-version
64
+
attributes:
65
+
label: React Native version
66
+
description: What version of react-native are you using?
67
+
placeholder: 0.73.1
68
+
validations:
69
+
required: true
70
+
71
+
- type: dropdown
72
+
id: platforms
73
+
attributes:
74
+
label: Platforms
75
+
description: On what platform your application is running on?
76
+
multiple: true
77
+
options:
78
+
- Android
79
+
- iOS
80
+
validations:
81
+
required: true
82
+
83
+
- type: markdown
84
+
attributes:
85
+
value: |
86
+
## Additonal information
87
+
88
+
Providing as much information as possible greatly helps us with reproducting the issues.
89
+
90
+
- type: dropdown
91
+
id: runtime
92
+
attributes:
93
+
label: JavaScript runtime
94
+
description: What runtime is your application using?
95
+
options:
96
+
- JSC
97
+
- Hermes
98
+
- V8
99
+
100
+
- type: dropdown
101
+
id: workflow
102
+
attributes:
103
+
label: Workflow
104
+
description: How is your application managed?
105
+
options:
106
+
- React Native
107
+
- Expo Go
108
+
- Expo Dev Client
109
+
110
+
- type: dropdown
111
+
id: architecture
112
+
attributes:
113
+
label: Architecture
114
+
description: What React Native architecture your application is running on?
115
+
options:
116
+
- Paper (Old Architecture)
117
+
- Fabric (New Architecture)
118
+
119
+
- type: dropdown
120
+
id: build-type
121
+
attributes:
122
+
label: Build type
123
+
description: What mode your application is running?
124
+
options:
125
+
- Debug mode
126
+
- Release mode
127
+
128
+
- type: dropdown
129
+
id: emulator
130
+
attributes:
131
+
label: Device
132
+
description: How are you running your application?
133
+
options:
134
+
- iOS simulator
135
+
- Android emulator
136
+
- Real device
137
+
138
+
- type: input
139
+
id: device-model
140
+
attributes:
141
+
label: Device model
142
+
description: What device you are experiencing this problem on? Specify full device name along with the version of the operating system it's running.
0 commit comments