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
* Update React Native GitHub repo slug
* Fix repo slug test formatting
* Use available runner for Android build
* Use available Ubuntu runners in workflows
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ body:
16
16
* If you're found a problem with our **documentation**, [report it here](https://github.com/facebook/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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The React Native website is hosted on a [separate repository](https://github.com
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