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 connection of animated nodes and scroll offset with useNativeDriver. #24177

Commits on Mar 28, 2019

  1. Revert "Back out "[react-native][PR] Support Interpolation of strings…

    … when using native driver in Animated, fix Expected node to be marked as "native", optimize AnimatedNode creation and connections""
    
    This reverts commit 95c7db9
    msand committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    2fc6888 View commit details
    Browse the repository at this point in the history
  2. Fix connection of animated nodes and scroll offset with useNativeDriver.

    Add example showing regression before this fix is applied.
    msand committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ab49cb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    86052af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc3f54a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d7074 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    19bba43 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Optimize native animated connection queue handling

    Change O(n^2) to O(n)
    msand authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    2f36236 View commit details
    Browse the repository at this point in the history