Skip to content

Commit b6ae7f1

Browse files
authored
Upgrade react-native to 0.72 (#95)
1 parent 2f52524 commit b6ae7f1

File tree

136 files changed

+6235
-16799
lines changed

Some content is hidden

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

136 files changed

+6235
-16799
lines changed

β€Ž.github/workflows/tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '14.x'
17+
node-version-file: '.node-version'
1818
- name: Install dependencies
1919
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
2020
- name: Run tests
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '14.x'
32+
node-version-file: '.node-version'
3333
- name: Install dependencies
3434
run: yarn --frozen-lockfile --non-interactive --silent
3535
- name: Run tests
@@ -44,7 +44,7 @@ jobs:
4444
- name: Use Node.js
4545
uses: actions/setup-node@v2
4646
with:
47-
node-version: '14.x'
47+
node-version-file: '.node-version'
4848
- name: Install dependencies
4949
run: yarn --frozen-lockfile --non-interactive --silent
5050
- name: Check package types
@@ -63,7 +63,7 @@ jobs:
6363
- name: Use Node.js
6464
uses: actions/setup-node@v2
6565
with:
66-
node-version: '14.x'
66+
node-version-file: '.node-version'
6767
- name: Install dependencies
6868
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
6969
- name: Check formatting
@@ -78,7 +78,7 @@ jobs:
7878
- name: Use Node.js
7979
uses: actions/setup-node@v2
8080
with:
81-
node-version: '14.x'
81+
node-version-file: '.node-version'
8282
- name: Install dependencies
8383
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
8484
- name: Lint flipper plugin
@@ -93,7 +93,7 @@ jobs:
9393
- name: Use Node.js
9494
uses: actions/setup-node@v2
9595
with:
96-
node-version: '14.x'
96+
node-version-file: '.node-version'
9797
- name: Install dependencies
9898
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
9999
- name: Build packages

β€Ž.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.16.1

β€Žexamples/react-native-navigation/.buckconfig

-6
This file was deleted.

β€Žexamples/react-native-navigation/.bundle/config

-2
This file was deleted.

β€Žexamples/react-native-navigation/.eslintrc.js

-4
This file was deleted.

β€Žexamples/react-native-navigation/.flowconfig

-67
This file was deleted.

β€Žexamples/react-native-navigation/.gitignore

-61
This file was deleted.

β€Žexamples/react-native-navigation/.ruby-version

-1
This file was deleted.

β€Žexamples/react-native-navigation/.watchmanconfig

-1
This file was deleted.

β€Žexamples/react-native-navigation/App.tsx

-115
This file was deleted.

β€Žexamples/react-native-navigation/Gemfile

-6
This file was deleted.

0 commit comments

Comments
Β (0)