alantoa / react-native-reanimated-player

▶️ An excellent video player controller that offers animation, performance, interactivity, and customization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to resolve module lottie-react-native ?

Bruce-Ming opened this issue · comments

Does it depend on lottie-react-native? I don't have lottie-react-native installed and I'm getting errors. Your documentation dependencies do not indicate that lottie-react-native is required

f you are sure the module exists, try these steps:

  1. Clear watchman watches: watchman watch-del-all
  2. Delete node_modules and run yarn install
  3. Reset Metro's cache: yarn start --reset-cache
  4. Remove the cache: rm -rf /tmp/metro-*
    1 | /* eslint-disable no-undef */

2 | import LottieView from 'lottie-react-native';
| ^

Yeah, my documentation is missing, lottie-react-native is required.