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
On iOS if I click outside the app and open it again, I'm getting the following error. This was not happening before. I'm not sure when the error was produced
skia.error.mov
React Native Skia Version
^2.1.1
React Native Version
0.79.5
Using New Architecture
Enabled
Steps to Reproduce
Using expo click outside the builded app and open it again.
Snack, Code Example, Screenshot, or Link to Repository
The only thing i can give its I'm using the above imports for my circular progress bar.
import {
Canvas,
Image,
Path,
Skia,
Text,
interpolateColors,
useFont,
useImage,
} from "@shopify/react-native-skia"
import { useEffect } from "react"
import {
useDerivedValue,
useSharedValue,
withTiming,
} from "react-native-reanimated"