How to clear react-native cache?

后端 未结 13 2171
傲寒
傲寒 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条回答
  •  Happy的楠姐
    2020-12-02 20:18

    Have you tried gradle cleanBuildCache?

    https://developer.android.com/studio/build/build-cache.html#clear_the_build_cache

提交回复
热议问题