🔑 Key changes
- Added support for JSC on Android. #1842
- Extracted
worklet
API - Thanks to hard work @mrousavy, you can use worklets also in native code.
Like react-native-vision-camera and react-native-multithreading - Update
react-native
version to 0.64.0 #1882
🐛 Bug fixes
- Fixed problem with full reload on Android. #1839
- Fixed wrapped worklet. #1844
- Fixed bug in
react-native-web
affected on the web version of reanimated. RNW Issue - Added missing
viewRef
foranimatedProps
#1819 - Fixed problem with hidden headers for Swift applications. #1810
👍 Improvements
- Added possibility to use Reanimated 2 without configuration if you use only API v1. #1845
- Add more descriptive error messages. #1845 #1832
- Reorganized structure of files in the project: #1789
- Migration codebase to TypeScript. #1807 #1872
📓 Docs improvements
- Updated information about debugging. #1876