-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Android] TypeError: expected dynamic type 'string', but had type 'int64' #2983
Comments
Talked to @andreicoman11, this was fixed on master and will be fixed in 0.12. Let's reopen if we see it again. |
Reopening, just got a repro. |
My bad, I was just running old Java code, doesn't happen on master. Will be sending out a 0.12-rc so you'll be able to test that. |
Hi @mkonicek @ide and @andreicoman11 Sorry, but I think this is not fixed yet. I cleaned out my system, the npm cache and everything else. Then I cloned the latest I created a project with
Then I delete
And then I run `react-native run-android'
And
And I still get the same issue, which basically means no Android development possible at the moment. |
@BerndWessels did you compile ReactAndroid on build.gradle or just use 0.11.+? |
@zakelfassi Can you please explain how to do that? |
@BerndWessels just did in #2855. |
I just had the same red screen when trying to run the UIExplorer example. |
👍 |
I'm getting this issue on 0.38.0 |
Hello
I just cloned the latest master (UTC/GMT is 20:00 on 23 September 2015) and I get the
red screen of death
saying:TypeError: expected dynamic type 'string', but had type 'int64'
That is with the default project created with
react-native init freedom
andreact-native run-android
.I also get this console output from
react-native start
Any ideas how to fix that?
Here is the complete output from
react-native start
:The text was updated successfully, but these errors were encountered: