react-native-skia: 'SkStream.h' file not found
I tried running the example, using the link to …/package and installing the alpha release but I’m getting this error.
react-native-skia/package/cpp/rnskia/RNSkPlatformContext.h:12:10: fatal error: 'SkStream.h' file not found
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 6
- Comments: 16 (4 by maintainers)
@karlmarxlopez @iamn1ck @wq13718048209 I temporally use this hack. in example/package.json
then just
cd ios && rm -fr Pods && pod install --repo-update
you can change it to whatever version u want.
Is there any progress on this? I’m still get this problem after removing pods and podfile lock and also doing the repo-update
@vedatbozkurt Can you try wiping
ios/Pods
and then deletePodfile.lock
. I’m not sure exactly what I did, it just worked on the 2nd or 3rd rebuild.