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