You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making an Expo application meant to work on iOS, Android, and the Web. I tried bumping react-native-skia to the latest version to leverage the new sampling property, but when running the application on the web, it throws:
For now I'll roll back to "@shopify/react-native-skia": "1.5.0" as it is the recommended compatible version by Expo, but just wanted to let you know that releases >=1.8.0 seem to not be compatible with Expo Web/React Native for web.
React Native Skia Version
1.8.0
React Native Version
0.76.6
Using New Architecture
Enabled
Steps to Reproduce
Create a clean Expo project with web support
Add Skia using the official documentation
Run the project
Snack, Code Example, Screenshot, or Link to Repository
.
The text was updated successfully, but these errors were encountered:
Bartozzz
changed the title
ReferenceError: SkiaViewApi is not defined
ReferenceError: SkiaViewApi is not defined in React Native Web w/ react-native-skia 1.8.0
Jan 25, 2025
Description
I am making an Expo application meant to work on iOS, Android, and the Web. I tried bumping react-native-skia to the latest version to leverage the new
sampling
property, but when running the application on the web, it throws:After further investigation, I've noticed that this pull-requests causes the error, especially: https://github.com/Shopify/react-native-skia/pull/2854/files#diff-628ba71b9ce2651cb45c9b0db8670f682532fe11fff3bb7b483b1f6b82dac43cR106. It looks like it tries to call a method on a global object (
SkiaViewApi
) but this object is not defined in the Expo Web environment.For now I'll roll back to
"@shopify/react-native-skia": "1.5.0"
as it is the recommended compatible version by Expo, but just wanted to let you know that releases >=1.8.0 seem to not be compatible with Expo Web/React Native for web.React Native Skia Version
1.8.0
React Native Version
0.76.6
Using New Architecture
Steps to Reproduce
Snack, Code Example, Screenshot, or Link to Repository
.
The text was updated successfully, but these errors were encountered: