watchman watch-del-all
rm -rf $TMPDIR/react-*
rm -rf build/ios
yarn cache clean
lsof -i :8081
kill -9 9771
kill $(lsof -t -i:8081)
yarn start --reset-cache
yarn install
react-native link
./update_node_modules.sh
react-native start
react-native run-ios
thanks. working well