react native 清理缓存
Its working perfectly fine. Just in case try
watchman watch-del-all
yarn start --reset-cache
If above didnt solve the issue try removing node_modules and Pods folder and install them again
yarn
npx pod-install ios
./gradlew clean
重新构建
./gradlew assembleGameRelease