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

[RNMobile] Release v1.6.0 #16108

Closed
wants to merge 1 commit into from
Closed

[RNMobile] Release v1.6.0 #16108

wants to merge 1 commit into from

Commits on May 30, 2019

  1. Ensure icons for image/video are SVG components (#15863)

    In #15551, these were changed to support passing props, but that also means
    that when you pass the video icon to the `Icon` component, it won't inject the
    right size, since it's not a SVG component.
    
    Instead, we can export the new function to allow for a customizable icon, while
    exporting the SVG component by default.
    koke authored and hypest committed May 30, 2019
    Configuration menu
    Copy the full SHA
    4319ad3 View commit details
    Browse the repository at this point in the history