Skip to content

Commit

Permalink
🐛 attempt to fix compatibility with old react versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roberts committed Nov 3, 2023
1 parent 8ccc5d3 commit a3e0b59
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 153 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install react
run: yarn add [email protected]
- name: Install dependencies
run: yarn install
- name: Build project
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.expo
example/src*
example-bare
dist
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"web": "npx expo start --web"
},
"dependencies": {
"expo": "^49.0.13",
"expo-linear-gradient": ">=12.0.1",
"react": ">=18.1.0",
"expo": "^49.0.16",
"expo-linear-gradient": "~12.3.0",
"react": "18.2.0",
"react-native": "0.72.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a3e0b59

Please sign in to comment.