I am currently working on a React-Native project which runs perfect on my MacBook for both react-native run-ios and react-native run-android.
When I try to run the same program on my windows computer using react-native run-android I get the error that it's unable to load the script and that I need to make sure metro-server is running or that bundle index.android.bundle is package correctly.
Any suggestions on why this may be happening and what I could do to fix the issue?