79317126

Date: 2024-12-30 08:46:08
Score: 0.5
Natty:
Report link

Update react-native CLI Plugins

yarn install

npx react-native config

Delete .cxx

rm -rf android/app/.cxx
rm -rf android/app/build

Build Directories

cd android
./gradlew clean
./gradlew assembleDebug

Reset Metro Bundler Cache

rm -rf node_modules
yarn install
yarn start --reset-cache
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karma