Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Remove NSNull values from params dictionaries #628

Merged
merged 1 commit into from Aug 25, 2019

Conversation

janicduplessis
Copy link
Contributor

On iOS JS null values are serialized as NSNull, this causes issues with the method that serializes parameters in the fbsdk. On android null values are simply ignored so this brings the same behaviour to iOS.

Test Plan:

Try calling the various methods that take a parameters object with null values and make sure they are removed.

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

Successfully merging this pull request may close these issues.

None yet

2 participants