Skip to content

Commit

Permalink
feat: expo sdk 51 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsch committed Oct 13, 2024
1 parent d7441ec commit 446e120
Show file tree
Hide file tree
Showing 3 changed files with 2,399 additions and 2,646 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Hanzi/Kanji writer and stroke order quizzer library for React Native, based on t

Make sure you have the following packages installed in your project before continuing:

- react-native-gesture-handler@^3.0
- react-native-reanimated@^2.0
- react-native-svg@^15.0
- react-native-gesture-handler v2+
- react-native-reanimated v3+
- react-native-svg v15+

## Installation

Expand Down
42 changes: 20 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,39 +52,37 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/config-conventional": "^19.5.0",
"@evilmartians/lefthook": "^1.6.1",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.57",
"@types/react-native": "~0.72.8",
"@release-it/conventional-changelog": "^9.0.0",
"@types/jest": "^29.5.13",
"@types/react": "~18.3.11",
"@types/use-sync-external-store": "^0.0.6",
"commitlint": "^18.6.1",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"eslint-plugin-prettier": "5.2.1",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-builder-bob": "^0.23.2",
"react-native-gesture-handler": "~2.12.1",
"react-native-reanimated": "~3.3.0",
"react-native-svg": "13.9.0",
"release-it": "^17.1.1",
"typescript": "^4.9.5"
"prettier": "3.3.3",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-builder-bob": "^0.30.2",
"react-native-gesture-handler": "~2.20.0",
"react-native-reanimated": "~3.15.5",
"react-native-svg": "15.7.1",
"release-it": "^17.8.2",
"typescript": "~5.6.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^3.0",
"react-native-svg": "^13.9.0"
"react-native-gesture-handler": ">=2.8.0",
"react-native-reanimated": ">=3.0",
"react-native-svg": ">=13.9.0"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 18.0.0"
},
"jest": {
"preset": "react-native",
Expand Down
Loading

0 comments on commit 446e120

Please sign in to comment.