I'm developing a react native project when i run
npm start -- --reset-cache
react-native run-ios
open a terminal Running Metro Bundler on port 8081.
and it's done
but the simulation did not bundle project brings an older version.
I tried to delete node_modules again install and same way for pod file but it's still not working also I tried clear bundle but still not bundle my project?
any idea?