Skip to content

Commit

Permalink
Update Skia version 0.1.222
Browse files Browse the repository at this point in the history
  • Loading branch information
daehyeonmun2021 committed Nov 25, 2023
1 parent 7e69fde commit 052a0b8
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 341 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ PODS:
- glog
- react-native-safe-area-context (4.7.2):
- React-Core
- react-native-skia (0.1.218):
- react-native-skia (0.1.222):
- RCT-Folly (= 2021.07.22.00)
- React
- React-callinvoker
Expand Down Expand Up @@ -744,7 +744,7 @@ SPEC CHECKSUMS:
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-safe-area-context: 7aa8e6d9d0f3100a820efb1a98af68aa747f9284
react-native-skia: 7f27fb1b5a82d9d7e091700f41978ff114445e9d
react-native-skia: 495324a576f26b5fb8d0dee8cc5137c02a491656
React-NativeModulesApple: edb5ace14f73f4969df6e7b1f3e41bef0012740f
React-perflogger: 496a1a3dc6737f964107cb3ddae7f9e265ddda58
React-RCTActionSheet: 02904b932b50e680f4e26e7a686b33ebf7ef3c00
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator \"iPhone 14 Pro\"",
"ios": "react-native run-ios --simulator=\"iPhone 15 Pro Max\"",
"lint": "eslint .",
"start": "react-native start",
"start:clean": "react-native start --reset-cache",
"test": "jest",
"postinstall": "cd ios && pod install && cd .."
},
"dependencies": {
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@shopify/react-native-skia": "0.1.218",
"@shopify/react-native-skia": "0.1.222",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "2.12.1",
Expand All @@ -22,9 +23,11 @@
"react-native-screens": "3.25.0"
},
"devDependencies": {
"@babel/core": "7.20.0",
"@babel/preset-env": "7.20.0",
"@babel/runtime": "7.20.0",
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@tsconfig/react-native": "3.0.0",
Expand All @@ -35,8 +38,6 @@
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"babel-jest": "29.2.1",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.9.0",
"eslint-import-resolver-typescript": "3.5.5",
Expand Down
Loading

0 comments on commit 052a0b8

Please sign in to comment.