-
Notifications
You must be signed in to change notification settings - Fork 54
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
React Native 0.10-rc NSNumber #14
Comments
+1 please merge this as soon as possible. Manually changing works for me. |
+1 on this, just ran into same error |
Shuangzuan
added a commit
that referenced
this issue
Sep 23, 2015
Fix #14. Build fails with [email protected]
@Shuangzuan this was merged but the npm module wasn't updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React Native 0.10-rc have breaking changes:
NSNumber parameters must be marked nonnull: Native bridge methods that take NSNumber values must annotate them using the Objective-C nonnull keyword
The text was updated successfully, but these errors were encountered: