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: core-meetings/2020-03-11-issue-management-meeting.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,29 +6,29 @@ We had a chance to go through 8 issues and walk through the triage process. We d
6
6
7
7
## Issues:
8
8
9
-
- Fetching api response too slow when debugging mode is off: https://github.com/facebook/react-native/issues/28283
9
+
-**Fetching api response too slow when debugging mode is off:**https://github.com/facebook/react-native/issues/28283
10
10
- This being an issue that depends on a network call to an API, we decided to ask for a minimal reproduction in order to eliminate the possibility this is caused by something outside of React Native itself.
11
11
- In cases like this, where the issue deals with slowness during the processing of a network call's response, we like to see a call being made to a known API endpoint (e.g. something anyone can reproduce themselves, without access to the original author's app server). We need the original author to spend more time digging into whether the slowness is present in the network call itself (e.g. for some reason, are they seeing that network calls within React Native take an order of magnitude longer to respond than when tested using a JS repl elsewhere? Or is the slowness happening as part of the json parsing of the response?) We need the original author to put in the work to ascertain this is an issue in React Native itself.
12
12
- We asked for a Snack, even though the issue requires switching between development and release. The example code used to create a minimal repro for the Snack can be useful to whoever investigates the issue later.
13
-
- PropTypes to prop-types, Error evaluating React.PropTypes: https://github.com/facebook/react-native/issues/28282
13
+
-**PropTypes to prop-types, Error evaluating React.PropTypes:**https://github.com/facebook/react-native/issues/28282
14
14
- The environment info for this issue shows React Native 0.55 being used, but 0.61 is the latest stable as of this writing on March 11, 2020. We ask that everyone try the latest version before filing an issue, in order to eliminate the possibility that the issue may have been solved already.
15
15
- Note that caution must be taken when looking at older issues. The author may have indeed verified the issue on what happened to be the latest release when they originally filed the issue.
16
16
- The react-native-bot will only comment on an issue at creation time if the version listed does not match latest in the releases tab on GitHub. The bot will re-check if the issue is edited, but only to remove the label. It will not remove its own comment if it finds the issue is now using the latest version.
17
-
- Metro bundler does not start: https://github.com/facebook/react-native/issues/28281
17
+
-**Metro bundler does not start:**https://github.com/facebook/react-native/issues/28281
18
18
- This was marked as a duplicate of a closed issue by someone in the thread.
19
19
- We looked at the closed issue, and found it was closed after someone suggested they should post it to the CLI repo (https://github.com/react-native-community/cli/issues/484).
20
20
- We let the author know that their issue was marked resolved there. If they need to, they can open a new issue in the cli repo.
- This issue makes good use of images to display the problem.
23
23
- We labeled it as affecting the Text component, as well as being an issue that described a disparity in how different platforms behave.
24
-
- Crash in RCTWebSocketModule: https://github.com/facebook/react-native/issues/28278
24
+
-**Crash in RCTWebSocketModule:**https://github.com/facebook/react-native/issues/28278
25
25
- Crash reports are not a good fit for the repository. We ask the authors to investigate further and determine what the minimal repro is that causes the crash. Without this, it's unlikely anyone can help the author ascertain what causes the crash as we don't have access to the app's source code or the repro steps.
26
26
- Even if we did have the source code and repro steps, it's out of scope of the repo to investigate crashes in individual apps without a minimal repro that can be reproduced in a Snack or a brand new "rn init" app.
27
-
- StatusBar and Flexibility: https://github.com/facebook/react-native/issues/28276
27
+
-**StatusBar and Flexibility:**https://github.com/facebook/react-native/issues/28276
28
28
- Good use of <details> and images to demonstrate the issue. Repro steps describe how one might get to a repro, but we do need actual code (ideally a Snack). With a repository of this size, the bar is set so that the person reporting an issue is responsible for doing the work to provide the repro.
29
-
- Duplicate protocol definition of RCTBridgeModule is ignored: https://github.com/facebook/react-native/issues/28273
29
+
-**Duplicate protocol definition of RCTBridgeModule is ignored:**https://github.com/facebook/react-native/issues/28273
30
30
- This issue mentions React Native 0.43.4 and Xcode 11.3. That version of React Native is very, very old as of this writing. Furthermore, Xcode 11.3 was released recently and it has only been tested with 0.61 and 0.62. Highly recommend they verify if this is still an issue on RN 0.61.
- This issue does not make full use of the issue template, but it does mention having being tested on 0.62, which is still in release candidate phase as of this writing. We do want to encourage more folks to test the release candidate versions, therefore we can give this issue a pass for not adhering to the template.
33
33
- Flagged as affecting the RC, and asked if the author might be interested in sending a pull request with a fix.
0 commit comments