Update dependency react-native-reanimated to v3 #63
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:
^2.2.2
->^3.0.0
Release Notes
software-mansion/react-native-reanimated
v3.3.0
Compare Source
What's Changed
measure
from RN runtime by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4526_WORKLET
to RN runtime by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4511USE_FRAMEWORKS=static
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4558New Contributors
Full Changelog: software-mansion/react-native-reanimated@3.2.0...3.3.0
v3.2.0
Compare Source
What's Changed
setNativeProps
on web by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4352withDecay
velocity fix on Web by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/4462ref
&aref
->animatedRef
in types by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/4469useAnimatedReaction
by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/4466componentDidUpdate
by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/4440makeShareableCloneRecursive
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4475viewTag
only if needed by @Latropos in https://github.com/software-mansion/react-native-reanimated/pull/4487runOnUI
on the UI runtime by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4477🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/5120718532
Full Changelog: software-mansion/react-native-reanimated@3.1.0...3.2.0
v3.1.0
Compare Source
What's Changed
Error
Variable scope conflicts, and remove duplicateDate
by @jinliming2 in https://github.com/software-mansion/react-native-reanimated/pull/4046npm pack
includingplugin/node_modules
. by @tjzel in https://github.com/software-mansion/react-native-reanimated/pull/4264rubberBandFactor
on Web by @kacperkapusciak in https://github.com/software-mansion/react-native-reanimated/pull/4270lodash.isequal
by @Semigradsky in https://github.com/software-mansion/react-native-reanimated/pull/4181steps
easing function by @alabsi91 in https://github.com/software-mansion/react-native-reanimated/pull/4298SingleInstanceChecker
only in example apps by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4316ErrorUtils.reportFatalError
by @piaskowyk in https://github.com/software-mansion/react-native-reanimated/pull/4377New Contributors
@Latropos, @Hostname47, @Semigradsky, @alabsi91, @rozhkovs, @Chinedu19, @KiwiKilian
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/4752590361
Full Changelog: software-mansion/react-native-reanimated@3.0.2...3.1.0
v3.0.2
Compare Source
What's Changed
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/4357058927
Full Changelog: software-mansion/react-native-reanimated@3.0.1...3.0.2
v3.0.1
Compare Source
What's Changed
isSharedValue
against nullish values by @gvarandas in https://github.com/software-mansion/react-native-reanimated/pull/4128New Contributors
@TheRogue76 @gvarandas @bmatasar
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/4325116704
Full Changelog: software-mansion/react-native-reanimated@3.0.0...3.0.1
v3.0.0
Compare Source
🚀 Main changes
useAnimatedSensor
for Web https://github.com/software-mansion/react-native-reanimated/pull/3955setImmediate
implementation for Reanimated runtimeWhat's Changed
dataAccessLock_
todataAccessMutex_
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3953HERMES_ENABLE_DEBUGGER
when building Reanimated 2 AAR package by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3956cppVersion
is undefined by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3944isAnimated
function by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3949styleUpdater
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3950getBool
instead ofasBool
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3961styleUpdater
" by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3979*runtime_
tort
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3986useScrollViewOffset
improvements by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/3987RN_FABRIC_ENABLED
flag in RNReanimated.podspec by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4011back-to-top
button in the documentation by @j-piasecki in https://github.com/software-mansion/react-native-reanimated/pull/4013NativeReanimatedModule::removeShadowNodeFromRegistry
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4020RuntimeDecorator
cleanup by @jwajgelt in https://github.com/software-mansion/react-native-reanimated/pull/4027_removeShadowNodeFromRegistry
by @tomekzaw in https://github.com/software-mansion/react-native-reanimated/pull/4076Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.