One workaround I found on github.com/expo/expo/issues/20940
NODE_TLS_REJECT_UNAUTHORIZED=0 npm run start or NODE_TLS_REJECT_UNAUTHORIZED=0 expo start
which temporarily worked for me, but its not permanent solution..