How to clear react-native cache?

后端 未结 13 2111
傲寒
傲寒 2020-12-02 19:49

In react-native development, there are multiple caches used when the app is built:

  1. React-native packager cache
  2. Emulator cache
  3. Java side cache
相关标签:
13条回答
  • 2020-12-02 20:45

    Simplest one(react native,npm and expo )

    For React Native

    react-native start --reset-cache
    

    for npm

    npm start -- --reset-cache
    

    for Expo

    expo start -c
    
    0 讨论(0)
提交回复
热议问题