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

前端 未结 2 1868
故里飘歌
故里飘歌 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.

提交回复
热议问题