fix: Make Skia and Worklets optional in package.json
(#1728)
Co-authored-by: Rocket13011 <1051575+rocket13011@users.noreply.github.com>
This commit is contained in:
parent
ea3686cb9a
commit
3b0475752d
@ -96,6 +96,14 @@
|
||||
"react-native": "*",
|
||||
"react-native-worklets-core": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@shopify/react-native-skia": {
|
||||
"optional": true
|
||||
},
|
||||
"react-native-worklets-core": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"bracketSpacing": true,
|
||||
"bracketSameLine": true,
|
||||
|
Loading…
Reference in New Issue
Block a user