-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to download jsbundle?? #21
Comments
I get the same error, is there a fix for this on android? |
Managed to get rid of this by typing |
of course i did it ,but still not work. does it is work on in your's environment @svlapin |
diff --git a/app/containers/App.js b/app/containers/App.js
index f0a863f..0765dac 100644
--- a/app/containers/App.js
+++ b/app/containers/App.js
@@ -18,7 +18,7 @@ import Game from './Game'
import Player from './Player'
import Team from './Team'
-export default class App extends Component {
+class App extends Component {
constructor (props) {
super(props) Seems to work eventually. |
cool . thanks @svlapin |
when you run the command as usual:react-native run-android you may see these info below: so that lead you start the packager manually you can also check if the packager has started by enter the url (http://localhost:8081/index.android.bundle?platform=android) |
thank you @VincentZee |
The text was updated successfully, but these errors were encountered: