Skip to content
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

Set NSNumber to nonnull for storage config calls #730

Merged
merged 1 commit into from
Jan 9, 2018
Merged

Set NSNumber to nonnull for storage config calls #730

merged 1 commit into from
Jan 9, 2018

Conversation

joserocha3
Copy link
Contributor

Made change requested by @chrisbianca via Discord chat. New versions of react-native require that all NSNumber arguments are explicitly marked as nonnull to ensure compatibility with Android.

Only changed for a few storage methods. The other method exports with NSNumber will probably need to be updated as well, but I did not have a project setup to test them.

Made change requested by Chris Bianca via Discord chat. New versions of react-native requires that all NSNumber arguments are explicitly marked as `nonnull` to ensure compatibility with Android.

Only changed for a few storage methods. The other method exports with NSNumber will probably need to be updated as well, but I did not have a project setup to test them.
@chrisbianca chrisbianca merged commit 024a9b6 into invertase:master Jan 9, 2018
@chrisbianca
Copy link
Contributor

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants