fix(deps): update dependency react-native-reanimated to ~3.16.0 #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~3.12.0
->~3.16.0
Release Notes
software-mansion/react-native-reanimated (react-native-reanimated)
v3.16.1
Compare Source
Fixes
USE_FRAMEWORKS=static
on iOS.Full Changelog: software-mansion/react-native-reanimated@3.16.0...3.16.1
v3.16.0
Compare Source
Features
skipEntering
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6425Fixes
findNodeHandle
web version by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6403requestAnimationFrame
flush condition by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6442react-native@0.76
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6527ReaLayoutAnimator
to a separate file by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6530resolveTaskFactory
in build.gradle by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6560outlineColor
to ColorProperties list by @jakex7 in https://github.com/software-mansion/react-native-reanimated/pull/6568HostFunction
handling to_scheduleOnJS
by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6571Number
instead ofparseInt
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/6593Docs changes
PlatformCompatibility
component by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6394measure
InteracitveExample by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6452@swmansion/t-rex-ui
to 0.0.14 by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6522Internal changes
RNReanimated.podspec
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6473this
captures in lambdas for NDK 27 by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6495eslint-plugin-reanimated
build directory to .gitignore by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6493react-native-builder-bob
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6494NativeReanimatedModule
by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6357_value
in Mutables. by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/6311packagingOptions
in build.gradle by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6541reanimated
toworklets
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6544android/
subdirectory and update includes by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6549inline style
tests inJest
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6400New Contributors
Full Changelog: software-mansion/react-native-reanimated@3.15.5...3.16.0
v3.15.5
Compare Source
What's Changed
Full Changelog: software-mansion/react-native-reanimated@3.15.4...3.15.5
v3.15.4
Compare Source
Restoring compatibility for NDK23.
Full Changelog: software-mansion/react-native-reanimated@3.15.3...3.15.4
v3.15.3
Compare Source
New architecture bug fixes
Full Changelog: software-mansion/react-native-reanimated@3.15.2...3.15.3
v3.15.2
Compare Source
Preliminary support for NDK 27
Full Changelog: software-mansion/react-native-reanimated@3.15.1...3.15.2
v3.15.1
Compare Source
Full Changelog: software-mansion/react-native-reanimated@3.15.0...3.15.1
v3.15.0
Compare Source
What's Changed
Features
ReducedMotionConfig
component by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6164EntryExitTransition
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6232CurvedTransition
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6239worklets
as prefab by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6372Fixes
mansion/react-native-reanimated/pull/6282
easing
by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6304exiting
after position fix by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6308Remove
mutation parsing in Layout Animations by @bartlomiejbloniarz in https://github.com/software-mansion/react-native-reanimated/pull/6286Improvements
withInitialValues
modifier by @m-bert in https://github.com/software-mansion/react-native-reanimated/pull/6254combineTransition
by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6161ReanimatedHiddenHeaders
,LoggerInterface
andSpeedChecker
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/6363Docs changes
@swmansion/t-rex-ui
component by @patrycjakalinska in https://github.com/software-mansion/react-native-reanimated/pull/6274ReduceMotionConfig
docs by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6165Internal changes
PerformanceMonitor
's functionality by @latekvo in https://github.com/software-mansion/react-native-reanimated/pull/6241waitForAnimationUpdates
instead ofwait
by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/6237waitForAnimationUpdates
overwait
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/6291react-native-reanimated/pull/6326
valueRegistry
fromTestRunner
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/6317Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.