Skip to content

Commit

Permalink
Upgrade react-native to 0.72 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jul 10, 2023
1 parent 2f52524 commit b6ae7f1
Show file tree
Hide file tree
Showing 136 changed files with 6,235 additions and 16,799 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Run tests
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent
- name: Run tests
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent
- name: Check package types
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Check formatting
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Lint flipper plugin
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version-file: '.node-version'
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --silent --ignore-scripts
- name: Build packages
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.1
6 changes: 0 additions & 6 deletions examples/react-native-navigation/.buckconfig

This file was deleted.

2 changes: 0 additions & 2 deletions examples/react-native-navigation/.bundle/config

This file was deleted.

4 changes: 0 additions & 4 deletions examples/react-native-navigation/.eslintrc.js

This file was deleted.

67 changes: 0 additions & 67 deletions examples/react-native-navigation/.flowconfig

This file was deleted.

61 changes: 0 additions & 61 deletions examples/react-native-navigation/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion examples/react-native-navigation/.ruby-version

This file was deleted.

1 change: 0 additions & 1 deletion examples/react-native-navigation/.watchmanconfig

This file was deleted.

115 changes: 0 additions & 115 deletions examples/react-native-navigation/App.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions examples/react-native-navigation/Gemfile

This file was deleted.

Loading

0 comments on commit b6ae7f1

Please sign in to comment.