Skip to content

Commit

Permalink
chore: upgrade basic example to expo 50 (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jan 30, 2024
1 parent a282d1e commit a670b2d
Show file tree
Hide file tree
Showing 2 changed files with 1,234 additions and 1,540 deletions.
10 changes: 5 additions & 5 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^49.0.0",
"expo-status-bar": "~1.6.0",
"expo": "^50.0.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native": "0.73.2",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.4.0",
"@types/react": "~18.2.14",
"@types/react": "~18.2.45",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.0"
},
"private": true,
"packageManager": "yarn@4.0.1"
Expand Down
Loading

0 comments on commit a670b2d

Please sign in to comment.