React-native-reanimated: Unable to resolve “./useValue”

前端 未结 2 1869
故里飘歌
故里飘歌 2021-01-03 00:59

I am trying to build a react native app. I have caught an error on the terminal saying

Unable to resolve "./useValue" from "node_modules\\react-n

相关标签:
2条回答
  • 2021-01-03 01:36

    Only do this:

    expo start --clear
    

    From Expo Documentation at Expo Start command.

    --clear, -c | Clear the React Native Packager cache.

    0 讨论(0)
  • 2021-01-03 01:43

    try uninstalling the package ==> close ide (all instances) ==> open the ide ==> install the package again ==> run "expo start -c"

    0 讨论(0)
提交回复
热议问题