|
1 |
| -<!-- |
2 |
| - PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. |
3 |
| ---> |
| 1 | +GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. |
4 | 2 |
|
5 |
| -### Is this a bug report? |
6 |
| - |
7 |
| -(write your answer here) |
8 |
| - |
9 |
| -<!-- |
10 |
| - If you answered "Yes": |
11 |
| -
|
12 |
| - We expect that it will take you about 30 minutes to produce a high-quality bug report. |
13 |
| - While this may seem like a lot, putting care into issues helps us fix them faster. |
14 |
| - For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed. |
15 |
| -
|
16 |
| - If you answered "No": |
17 |
| -
|
18 |
| - We use GitHub Issues exclusively for tracking bugs in React Native. If you're looking for help, |
19 |
| - the Community page at http://facebook.github.io/react-native/help.html list various resources |
20 |
| - that should help you get started. |
21 |
| -
|
22 |
| - Now scroll below! |
23 |
| ---> |
24 |
| - |
25 |
| -### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? |
26 |
| - |
27 |
| -(Write your answer here.) |
28 |
| - |
29 |
| -### Environment |
30 |
| - |
31 |
| -<!-- |
32 |
| - In your terminal run `react-native info` and paste its contents here. Next, specify your target platform, like this: |
33 |
| -
|
34 |
| - Environment: |
35 |
| - OS: macOS Sierra 10.12.6 |
36 |
| - Node: 8.4.0 |
37 |
| - Yarn: 0.27.5 |
38 |
| - npm: 5.4.0 |
39 |
| - Watchman: 4.7.0 |
40 |
| - Xcode: Xcode 8.3.3 Build version 8E3004b |
41 |
| - Android Studio: 2.3 AI-162.4069837 |
42 |
| -
|
43 |
| - Packages: (wanted => installed) |
44 |
| - react-native: 0.48.1 => 0.48.1 |
45 |
| - react: 16.0.0-alpha.12 => 16.0.0-alpha.12 |
46 |
| -
|
47 |
| - Target Platform: iOS (10.3) |
48 |
| -
|
49 |
| - ***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error: |
50 |
| -
|
51 |
| - Unrecognized command 'info' |
52 |
| - Run react-native --help to see list of all available commands |
53 |
| ---> |
54 |
| - |
55 |
| -### Steps to Reproduce |
56 |
| - |
57 |
| -<!-- |
58 |
| - How would you describe your issue to someone who doesn’t know you or your project? |
59 |
| - Try to write a sequence of steps that anybody can repeat to see the issue. |
60 |
| - Be specific! If the bug cannot be reproduced, your issue may be closed. |
61 |
| ---> |
62 |
| - |
63 |
| -(Write your steps here:) |
64 |
| - |
65 |
| -1. |
66 |
| -2. |
67 |
| -3. |
68 |
| - |
69 |
| -### Expected Behavior |
70 |
| - |
71 |
| -<!-- |
72 |
| - How did you expect your project to behave? |
73 |
| - It’s fine if you’re not sure your understanding is correct. |
74 |
| - Just write down what you thought would happen. |
75 |
| ---> |
76 |
| - |
77 |
| -(Write what you thought would happen.) |
78 |
| - |
79 |
| -### Actual Behavior |
80 |
| - |
81 |
| -<!-- |
82 |
| - Did something go wrong? |
83 |
| - Is something broken, or not behaving as you expected? |
84 |
| - Describe this section in detail, and attach screenshots if possible. |
85 |
| - Don't just say "it doesn't work"! |
86 |
| ---> |
87 |
| - |
88 |
| -(Write what happened. Add screenshots!) |
89 |
| - |
90 |
| -### Reproducible Demo |
91 |
| - |
92 |
| -<!-- |
93 |
| - Please share a project that reproduces the issue. |
94 |
| - There are two ways to do it: |
95 |
| -
|
96 |
| - * Create a new app using https://snack.expo.io/ and try to reproduce the issue in it. |
97 |
| - This is useful if you roughly know where the problem is, or can’t share the real code. |
98 |
| -
|
99 |
| - * Or, copy your app and remove things until you’re left with the minimal reproducible demo. |
100 |
| - This is useful for finding the root cause. You may then optionally create a Snack. |
101 |
| -
|
102 |
| - This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve |
103 |
| - Once you’re done, copy and paste the link to the Snack or a public GitHub repository below: |
104 |
| ---> |
105 |
| - |
106 |
| -(Paste the link to an example project and exact instructions to reproduce the issue.) |
107 |
| - |
108 |
| -<!-- |
109 |
| - What happens if you skip this step? |
110 |
| -
|
111 |
| - Someone will read your bug report, and maybe will be able to help you, |
112 |
| - but it’s unlikely that it will get much attention from the team. Eventually, |
113 |
| - the issue will likely get closed in favor of issues that have reproducible demos. |
114 |
| -
|
115 |
| - Please remember that: |
116 |
| -
|
117 |
| - * Issues without reproducible demos have a very low priority. |
118 |
| - * The person fixing the bug would have to do that anyway. Please be respectful of their time. |
119 |
| - * You might figure out the issues yourself as you work on extracting it. |
120 |
| -
|
121 |
| - Thanks for helping us help you! |
122 |
| ---> |
| 3 | +Please take a look at the issue templates at https://github.com/facebook/react-native/issues/new/choose before submitting a new issue. Following one of the issue templates will ensure maintainers can route your request efficiently. Thanks! |
0 commit comments