fix: Fix Skia build (#1582)

* Add Skia search path from `node_modules/`

* fix: Find `react-native-skia` from node_modules

* fix: Upgrade RN Skia to use includes fix

* Update FrameProcessorUtils.mm
This commit is contained in:
Marc Rousavy
2023-05-03 14:27:34 +02:00
committed by GitHub
parent 032798331a
commit f03dde725e
7 changed files with 28 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
"@react-native-community/slider": "^4.4.2",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@shopify/react-native-skia": "^0.1.185",
"@shopify/react-native-skia": "^0.1.186",
"react": "^18.2.0",
"react-native": "^0.71.7",
"react-native-gesture-handler": "^2.9.0",