react native bundle sha-1 for file not computed(unable to load script from assets index.android.bundle)
I updated react-native-cli
and the problem disappeared :
npm i -g react-native-cli
My issue was that I tried to require
a file with the proper path but incorrect capitalization.
If the error also includes metro-bundler not working, try restart your system. I restarted my system and it worked for me.