how to clean react-native on windows

cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & npm install & npm start -- --reset-cache

or

cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & yarn install & react-native run-android