|
@@ -0,0 +1,42 @@
|
|
1
|
+---
|
|
2
|
+name: Bug report
|
|
3
|
+about: Something is not working as expected
|
|
4
|
+title: ''
|
|
5
|
+labels: 'Type: bug report'
|
|
6
|
+assignees: ''
|
|
7
|
+
|
|
8
|
+---
|
|
9
|
+
|
|
10
|
+<!---
|
|
11
|
+Hello and thank you for taking the time to report a bug.
|
|
12
|
+This is a community repository, meaning that it's everyone's responsibility to address bugs and send pull requests.
|
|
13
|
+Maintainers will be here to help/guide you if you have questions.
|
|
14
|
+Please search in the opened issues before submitting a new one.
|
|
15
|
+Issues with no activity for a long time will be closed.
|
|
16
|
+--->
|
|
17
|
+**Bug description:**
|
|
18
|
+<!---
|
|
19
|
+A clear and concise description of what the bug is.
|
|
20
|
+--->
|
|
21
|
+
|
|
22
|
+**To Reproduce:**
|
|
23
|
+<!---
|
|
24
|
+Here you should put a link to a repository with a reproduction of the bug
|
|
25
|
+Please also describe the steps required for the bug to happen
|
|
26
|
+--->
|
|
27
|
+
|
|
28
|
+**Expected behavior:**
|
|
29
|
+<!---
|
|
30
|
+A clear and concise description of what you expected to happen.
|
|
31
|
+--->
|
|
32
|
+
|
|
33
|
+**Screenshots/Videos:**
|
|
34
|
+<!---
|
|
35
|
+If applicable, add screenshots to help explain your problem.
|
|
36
|
+--->
|
|
37
|
+
|
|
38
|
+**Environment:**
|
|
39
|
+ - OS:
|
|
40
|
+ - OS version:
|
|
41
|
+ - react-native version:
|
|
42
|
+ - react-native-webview version:
|