Closed callmehallo closed 4 months ago
Same problem
"@shopify/react-native-skia": "1.3.7",
"expo": "^51.0.17",
"expo-dev-client": "~4.0.19",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.2",
...
Same problem 😶
"@shopify/react-native-skia": "1.3.7", "expo": "^51.0.17", "expo-dev-client": "~4.0.19", "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.74.2", ...
Same 😢
"@shopify/react-native-skia": "^1.3.6",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "^2.16.2",
"react-native-reanimated": "^3.12.0"
Same. Similar version as above.
Same. I am using victory native.
"@shopify/react-native-skia": "^1.3.7",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "^2.17.1",
"react-native-reanimated": "^3.13.0",
"victory-native": "^41.0.1"
If I remove all the charts, I don't get the error. As soon as I add a graphics it fails to reload.
EDIT: This is not reproducible if I downgrade @shopify/react-native-skia
to 1.3.4
same problem
I had this problem, after building my application with the command eas build --profile development-simulator --platform ios
then launch the application I no longer have this problem
Same issue
"@shopify/react-native-skia": "1.3.8",
"react": "18.3.1",
"react-native": "0.73.9",
"react-native-reanimated": "3.14.0",
"react-native-gesture-handler": "2.17.1",
We have the exact same issue and we ended up reverting, which fixed the issue
Same. I am using victory native.
"@shopify/react-native-skia": "^1.3.7", "react": "18.2.0", "react-native": "0.74.3", "react-native-gesture-handler": "^2.17.1", "react-native-reanimated": "^3.13.0", "victory-native": "^41.0.1"
If I remove all the charts, I don't get the error. As soon as I add a graphics it fails to reload.
EDIT: This is not reproducible if I downgrade
@shopify/react-native-skia
to1.3.4
Same as you, I'm using victory-native, same error with 1.3.8 but if I downgrade to 1.3.4 I don't get the error
Are you installing with npx expo install @shopify/react-native-skia
? I had the same problem installing with a simple npm install @shopify/react-native-skia
, but this + a rebuild fixed my issues.
Same problem here. Any solution ?
Thank you for reporting this. We were also affected by this issue. We will publish a fix for it today.
:tada: This issue has been resolved in version 1.3.9 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
When starting the application and reloading it over metro, the app crashes with following error:
metro doesn't show any error or log. there's nothing else shown inside xcode except
"Timed out waiting for modules to be invalidated"
:Background Information
Version
1.3.5
Steps to reproduce
Start App.
Reload over metro. (pressing 'r' inside the metro cli)
Wait 1 minute.
Snack, code example, screenshot, or link to a repository
Sadly I am not able to reproduce it in expo
I don't know if it's relevant, but here's my package.json