himrocks33
himrocks33
I'm still having this issue when upgrading to 2.8.0 while trying to load on web. iOS and Android seem to work fine. Any web solutions?
The only solution I have found so far is to build the web project with: `"react-native-reanimated": "~2.4.1",` and then build iOS and Android with: `"react-native-reanimated": "~2.8.0",` It's a horrible work...
@nandorojo Thank you! Deleting the .expo directory is finally what got this working.
@nandorojo I spoke to soon upgrading react-native-gesture-handler to 2.4 causes this issue on android: `["RNGestureHandlerRootView" was not found in the UIManager]` I attempted suggested fixes here: `https://stackoverflow.com/questions/71396210/rngesturehandlerrootview-was-not-found-in-the-uimanager` None of which...
Okay, so upgrading to 2.4.2 did cause an issue for me. I downgraded back to ~2.2.1 of RNGH and cleared all cache again. delete `.expo`, `node_modules`, `yarn.lock` run `yarn` run...
@nandorojo I just attempted to wrap in `RNGestureHandlerRootView` does not make a difference. Android still throws the same error. Cleared all cache as well. 2.4.2 does not seem to agree...
This does fix the issue on web but it introduces a new issue on android: `["RNGestureHandlerRootView" was not found in the UIManager]` I attempted suggested fixes here: https://stackoverflow.com/questions/71396210/rngesturehandlerrootview-was-not-found-in-the-uimanager None of...
@DonghaoLyu any work arounds for this? I would like to use this in my application but having the same issues.
@wqcstrong Thank you! I've been researching issue for hours this fixes the issue for now!
Also, have an issue with this. Does anyone have a current work around? Is there a better version of this library to downgrade to that is working?