Skip to content

Commit

Permalink
fix: Add RN Skia patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 15, 2024
1 parent cbee439 commit 04a0dcb
Show file tree
Hide file tree
Showing 3 changed files with 704 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"pods": "cd ios && bundle install && bundle exec pod install",
"lint": "eslint . --fix",
"lint-ci": "yarn lint -f ../node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js",
"typescript": "tsc --noEmit"
"typescript": "tsc --noEmit",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-camera-roll/camera-roll": "^5.7.2",
Expand Down Expand Up @@ -45,6 +46,7 @@
"eslint": "^8.46.0",
"eslint-plugin-prettier": "^5.0.0",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.4",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit 04a0dcb

Please sign in to comment.