Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: software-mansion/react-native-reanimated
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: software-mansion/react-native-reanimated
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 7, 2023

  1. Fix .d.ts again (#4180)

    ## Summary
    
    * Add missing `InterfaceOrientation`
    * Restore missing`EasingFunction`
    * Remove `Animated.Extrapolate` from .d.ts
    
    ## Test plan
    tomekzaw authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c9873f1 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.2 (#4182)

    <!-- Thanks for submitting a pull request! We appreciate you spending
    the time to work on these changes. Please follow the template so that
    the reviewers can easily understand what the code changes affect. -->
    
    ## Summary
    
    Package build:
    https://github.com/software-mansion/react-native-reanimated/actions/runs/4357058927
    
    ## Test plan
    
    <!-- Provide a minimal but complete code snippet that can be used to
    test out this change along with instructions how to run it and a
    description of the expected behavior. -->
    tomekzaw authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6abbdc7 View commit details
    Browse the repository at this point in the history
Loading