Andres dos Santos
Andres dos Santos
Hello guys, I started getting this problem after updating Expo to version 40, resetting the cache didn't work.
My problem was a wrong import, I did it right and restarted the app, then it ran.
I still can't use it. I have these dependencies. ``` "react-native-gesture-handler": "~2.8.0", "react-native-reanimated": "~2.12.0", "react-native-skeleton-content": "^1.0.28" ``` And this resolutions. ``` "resolutions": { "react-native-reanimated": "^2.9.1", "expo-linear-gradient": "^12.0.1" }, ``` And...
I have the same problem, when I try to use landscape I get the error `TypeError: cannot add a new property, js engine: hermes`.
Yes, I did that, I removed the `node_modules` too but it didn't work, the strange thing is that I generated an APK and it worked.
I already created the application and installed the TS even before starting to use expo-router, is there a way to type the routes?