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)

Most upvoted comments

@karlmarxlopez @iamn1ck @wq13718048209 I temporally use this hack. in example/package.json

"@shopify/react-native-skia": "https://github.com/Shopify/react-native-skia/releases/download/v0.1.43-alpha/shopify-react-native-skia-0.1.43.tgz"

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 delete Podfile.lock. I’m not sure exactly what I did, it just worked on the 2nd or 3rd rebuild.