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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ body:
13
13
14
14
Before you continue:
15
15
* If you're using **Expo** and you're noticing a bug, [report it here](https://github.com/expo/expo/issues).
16
-
* If you're found a problem with our **documentation**, [report it here](https://github.com/facebook/react-native-website/issues/).
16
+
* If you're found a problem with our **documentation**, [report it here](https://github.com/react/react-native-website/issues/).
17
17
* If you're having an issue with **Metro** (the bundler), [report it here](https://github.com/facebook/metro/issues/).
18
18
* If you're using an external library, report the issue to the **library first**.
19
-
* Please [search for similar issues](https://github.com/facebook/react-native/issues) in our issue tracker.
19
+
* Please [search for similar issues](https://github.com/react/react-native/issues) in our issue tracker.
20
20
21
21
Make sure that your issue:
22
22
* Have a **valid reproducer** (See [How to report a bug](https://reactnative.dev/contributing/how-to-report-a-bug)).
23
-
* Is tested against the [**latest stable**](https://github.com/facebook/react-native/releases/) of React Native.
23
+
* Is tested against the [**latest stable**](https://github.com/react/react-native/releases/) of React Native.
24
24
25
25
🚨 IMPORTANT: Due to the extreme number of bugs we receive, issues **without a reproducer** or for an [**unsupported versions**](https://github.com/reactwg/react-native-releases#which-versions-are-currently-supported) of React Native **will be closed**.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new_architecture_bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ body:
12
12
Thank you for taking the time to report an issue for [the New Architecture of React Native](https://reactnative.dev/docs/the-new-architecture/landing-page),
13
13
your contribution will help make the framework better for everyone.
14
14
15
-
If you're **NOT** using the New Architecture, please use this [other bug type](https://github.com/facebook/react-native/issues/new?template=bug_report.yml).
15
+
If you're **NOT** using the New Architecture, please use this [other bug type](https://github.com/react/react-native/issues/new?template=bug_report.yml).
16
16
Do not attempt to open a bug in this category if you're not using the New Architecture as your bug will be closed.
17
17
18
18
Make sure that your issue:
19
19
* Have a **valid reproducer** (See [How to report a bug](https://reactnative.dev/contributing/how-to-report-a-bug)).
20
-
* Is tested against the [**latest stable**](https://github.com/facebook/react-native/releases/) of React Native.
20
+
* Is tested against the [**latest stable**](https://github.com/react/react-native/releases/) of React Native.
21
21
22
22
🚨 IMPORTANT: Due to the extreme number of bugs we receive, issues **without a reproducer** or for an [**unsupported versions**](https://github.com/reactwg/react-native-releases#which-versions-are-currently-supported) of React Native **will be closed**.
Copy file name to clipboardExpand all lines: .github/SUPPORT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ If you have a coding question related to React Native, it might be better suited
10
10
11
11
## 📃 I found something that seems wrong in the documentation.
12
12
13
-
The React Native website is hosted on a [separate repository](https://github.com/facebook/react-native-website). If you want to report something that is wrong or missing from the documentation, [please open a new issue there](https://github.com/facebook/react-native-website/issues).
13
+
The React Native website is hosted on a [separate repository](https://github.com/react/react-native-website). If you want to report something that is wrong or missing from the documentation, [please open a new issue there](https://github.com/react/react-native-website/issues).
14
14
15
15
16
16
## 🐛 I found a bug in React Native.
17
17
18
-
If you want to report a reproducible bug or regression in the React Native library, you can [create a new issue](https://github.com/facebook/react-native/issues/new?labels=Type%3A+Bug+Report&template=bug_report.md). It's a good idea to look through [open issues](https://github.com/facebook/react-native/issues) before doing so, as someone else may have reported a similar issue.
18
+
If you want to report a reproducible bug or regression in the React Native library, you can [create a new issue](https://github.com/react/react-native/issues/new?labels=Type%3A+Bug+Report&template=bug_report.md). It's a good idea to look through [open issues](https://github.com/react/react-native/issues) before doing so, as someone else may have reported a similar issue.
19
19
20
20
21
21
## 🚀 I want to discuss the future of React Native.
0 commit comments