So I have rage shaken my tablet and in dev settings, I have my JS dev mode to true yet, live/hot reloading does not work. Funny thing is, when I run the app on a colleague's Mac (the same model and everything) - it works fine.
I don't know what or why this is happening.
I've tried:
cd android && ./gradlew clean then cd .. && react-native run-android
https://github.com/expo/expo/issues/916
and also:
rm -rf node_modules && npm install cd android && ./gradlew clean
React-Native Module HMRClinet is not a registered callable module(calling enable)
import com.facebook.react.BuildConfig; react-native run-android
Unable to load script from assets index.android.bundle on windows
None of the above solutions work.
Do you guys know how I can solve this issue?