Skip to content

Commit bb2f765

Browse files
authored
Merge pull request #17 from Expensify/Rory-UpdateFork
Sync Fork with Upstream
2 parents 387b961 + e202ba8 commit bb2f765

File tree

178 files changed

+13733
-11967
lines changed

Some content is hidden

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

178 files changed

+13733
-11967
lines changed

.github/labels-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"needs: issue template":
44
comment: >
5-
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.md">ISSUE TEMPLATE</a>.
5+
<strong>:warning: This issue is missing required fields</strong>. To avoid this issue being closed, please provide the required information as described in the <a href="https://github.com/necolas/react-native-web/blob/master/.github/ISSUE_TEMPLATE/bug.yml">ISSUE TEMPLATE</a>.
66
77
"resolution: no response":
88
comment: >

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the development monorepo for "React Native for Web" and related projects
88
* Contains workflows used by GitHub Actions.
99
* Contains issue templates.
1010
* `configs`
11-
* Contains configration files used by the monorepo tooling (compiling, linting, testing, etc.)
11+
* Contains configuration files used by the monorepo tooling (compiling, linting, testing, etc.)
1212
* `packages`
1313
* [react-native-web](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web)
1414
* Contains the individual packages managed in the monorepo.

configs/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"settings": {
33
"react": {
44
"pragma": "React",
5-
"version": "17.0",
5+
"version": "18.0",
66
"flowVersion": "0.148.0" // Flow version
77
}
88
},

0 commit comments

Comments
 (0)