Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
make the framework better for everyone.

Before you continue:
* Make sure your issue is related to the template and not the [React Native](https://github.com/facebook/react-native/issues) project.
* Make sure your issue is related to the template and not the [React Native](https://github.com/react/react-native/issues) project.
* Please [search for similar issues](https://github.com/react-native-community/template/issues) in our issue tracker.

Make sure that your issue:
Expand Down
2 changes: 1 addition & 1 deletion template/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Sample React Native App
* https://github.com/facebook/react-native
* https://github.com/react/react-native
*
* @format
*/
Expand Down
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ To learn more about React Native, take a look at the following resources:
- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.
- [`@react/react-native`](https://github.com/react/react-native) - the Open Source; GitHub **repository** for React Native.
Loading