Reanimated on web - Module not found

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): Web only - Works fine on iOS and Android
  3. react-native-reanimated

Hi all, i followed the installation process for reanimated, everything works on iOS and Android but in web as soon i try to use something i have an error like this one:

**Module not found** : Can't resolve 'react-native-reanimated'

And in the browser console i see:

Uncaught Error: Cannot find module 'react-native-reanimated' at webpackMissingModule

I followed the steps as the documentation states, and i tries using @expo/webpack-config to add the config steps that reanimated recommends in this link, even though expo documentation doesnt say anything about it.

Am I missing something?

Obviously i tried the expo start --clear, delete node_modules and install again, but nothing helps

Related issue

Fixed by installing reanimated version 2.4.1, even though i have this message now:

- react-native-reanimated - expected version: ~2.3.1 - actual version installed: 2.4.1

but animations are working now

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.