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

Fix a bug in setCustomProperties where boolean property is always set to true #114

Merged
merged 1 commit into from
Sep 13, 2017

Conversation

dhei
Copy link
Member

@dhei dhei commented Sep 13, 2017

The issue is that RN iOS setCustomProperties() API always set boolean properties to true regardless of the value. The problem is with iOS RNMobileCenter.m implementation that we're not casting id type into BOOL type properly. The fix is to make type conversion properly.

@msftclas
Copy link

@dhei,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@guperrot guperrot merged commit 455a4e3 into develop Sep 13, 2017
@guperrot guperrot deleted the fix/setCustomProperties-bug branch September 13, 2017 20:59
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.

3 participants