Even though react-native run-ios is success . Does not move from the splash screen
success Successfully launched the app on the simulator In terminal. splash screen
I try to clean chash .
watchman watch-del-all
rm -rf node_modules/
yarn install
yarn cache clean
rm -rf ~/Library/Caches/CocoaPods
cd ios
rm -rf Pods/
pod install
But, it don't change.
I will go crazy