if your images are not showing on UI just follow these steps Run this command to check your Metro version => npx metro --version
Also, verify the installed Metro packages using this command: npm list metro If Metro is missing or outdated or you see multiple version, reinstall it using this command npm install metro@latest metro-config@latest metro-core@latest --save-dev
this might want permission , enable permission and run this command npx react-native start --reset-cache Thanks