What's Changed
- fix: dependency downloads on v3 by @kkafar in #3588
- Show more useful message when using
measure()
inuseAnimatedStyle()
by @Kwasow in #3598 - Return
null
instead ofundefined
frommeasure
on Fabric by @tomekzaw in #3622 - Exclude meta-inf from gradle to prevent intermediate compile conflicts by @shamilovtim in #3384
- Bump react-native-safe-area-context to 4.4.0 by @tomekzaw in #3618
- Fix Example app with JSC on Android by @Kwasow in #3572
- Remove
ios/build
directory from GitHub Actions cache by @tomekzaw in #3630 - Rename "Debugging worklets" section by @tomekzaw in #3641
- Common Gradle for Reanimated 2 and 3 by @piaskowyk in #3652
- Fix Android crash when worklet throws error by @tomekzaw in #3558
- Fix building in monorepo by @piaskowyk in #3656
- Disable check for the same path by @piaskowyk in #3666
- Trigger Validate Java CI on changes in build.gradle file by @piaskowyk in #3673
- Update browserslist by @tomekzaw in #3647
- Add WebExample by @tomekzaw in #3646
- Improve globals.d.ts by @tomekzaw in #3626
- Fix gradle task order by @piaskowyk in #3677
- Added missing
export
keyword to FrameCallback by @piaskowyk in #3684 - fix: BABEL_ENV should consider using production by @jinliming2 in #3655
- Apply patch improvements by @piaskowyk in #3686
- Bump React Native to 0.70.3 by @tomekzaw in #3642
- Fix iOS Warning: RCTBridge required dispatch_sync to load REAModule by @tomekzaw in #3698
- Detect double quotes imports by @tomekzaw in #3699
- Fix Hermes not available on iOS when use_frameworks enabled by @skaldo in #3491
- Checks for Reanimated2 by @piaskowyk in #3692
- Add missing
scripts/reanimated_utils.rb
in package.json by @tomekzaw in #3710 - Detect changes in Podfile.lock by @tomekzaw in #3701
- Fix require cycle in
useScrollViewOffset
by @tomekzaw in #3713 - Ignore layout animation props on web by @tomekzaw in #3714
- Implement
measure
andscrollTo
for web by @tomekzaw in #3661 - fix: fix #3716 warning by @hannojg in #3717
- Lint iOS on CI by @tomekzaw in #3728
- Update README.md for Example app by @tomekzaw in #3731
Full Changelog: 3.0.0-rc.3...3.0.0-rc.4
Build: https://github.com/software-mansion/react-native-reanimated/actions/runs/3345672511
New Contributors
@shamilovtim @jinliming2 @skaldo @hannojg