Skip to content

Commit aee8560

Browse files
committed
Merge branch 'facebook-main' into production
# Conflicts: # package.json # website/versioned_docs/version-0.70/animated.md
2 parents ff2426f + dbf0c85 commit aee8560

File tree

1,523 files changed

+6888
-269616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,523 files changed

+6888
-269616
lines changed

.alexrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ exports.allow = [
2424

2525
// allowing this term, since it seems to be used not in insensitive cases
2626
'straightforward',
27+
28+
// allowing those terms, since they refer to colors and the surname of one of core contributors
29+
'black',
30+
'white',
31+
32+
// allowing this term, since we use it for expressing gratitude for certain contributors
33+
'special',
2734
];
2835

2936
// Use a "maybe" level of profanity instead of the default "unlikely".

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ If you are looking for the source code of the [React Native Archive website](htt
4040
4141
1. Run `yarn` to install the website's workspace dependencies.
4242

43+
> If you want to retain the globally instaled `yarn` v1, you can use `corepack yarn` instead.
44+
4345
### Running locally
4446

4547
1. Run `yarn start` to start the development server _(powered by [Docusaurus](https://docusaurus.io))_.
@@ -135,7 +137,8 @@ This can be done by updating the `package.json` and configuration files in `scri
135137

136138
1. `cd react-native-website` to go into the project root.
137139
1. `cd website` to go into the website portion of the project.
138-
1. Run `yarn version:cut <newVersion>` where `<newVersion>` is the new version being released.
140+
1. Run `yarn version:cut <newVersion>` where `<newVersion>` is the new version being released (e.g. `0.81`).
141+
1. Open a PR and commit this change as "Cut branch <newVersion>"
139142

140143
## 🔧 Website configuration
141144

design/Design Assets/React-icon.svg

Lines changed: 0 additions & 35 deletions
This file was deleted.
-9.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)