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

[TouchableOpacity] Reset opacity to the inactiveValue rather than always 1.0 #977

Closed
wants to merge 3 commits into from
Closed

[TouchableOpacity] Reset opacity to the inactiveValue rather than always 1.0 #977

wants to merge 3 commits into from

Commits on Apr 23, 2015

  1. [TouchableOpacity] Reset opacity to value specified in style after re…

    …lease
    Brent Vatne committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    c387235 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2015

  1. [TouchableOpacity] More robust opacity reset

    - Support child style defined with Array syntax
    - Support null style
    - Behave properly when child opacity is 0 (very unlikely but perhaps possible)
    Brent Vatne committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    d7fb56e View commit details
    Browse the repository at this point in the history
  2. [TouchableOpacity] Cleanup requires and let flattenStyle bail out fro…

    …m null
    Brent Vatne committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    267b07f View commit details
    Browse the repository at this point in the history