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

iOS native has not yet released, but this is a fix for after 3.9.0 #1013

Merged
merged 1 commit into from
Oct 27, 2020

Commits on Jun 30, 2020

  1. iOS native has not yet released, but this is a fix for after

    * Fix is related to the `NSDictionary` param keys not matching Android
      * This is consistent now and determined not from the bridge method but the actual native code
      * `[action jsonRepresentation]` will be used to generate the `NSDictionary` and will be passed to react that way
    * This should also be done across other wrappers no already doing this and it fixes the react native issue #1012
    mikechoch committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e46b7d4 View commit details
    Browse the repository at this point in the history