react-native-reanimated
react-native-reanimated copied to clipboard
React Native's Animated library reimplemented
## Description Run jest test with Reanimated 2.5.0. Test break with following error: ``` ● Test suite failed to run TypeError: ReanimatedModule.installTurboModule is not a function at new NativeReanimated (node_modules/react-native-reanimated/lib/reanimated2/NativeReanimated/NativeReanimated.js:6:98)...
I have "react-native-reanimated": "2.7.0", when I am trying to build Android, I get this error CMake Error: The source directory "/Users/nauma/Desktop/DEV/rumble_mobile/node_modules/react-native-reanimated/android/--clean-first" does not exist. same with 2.8.0 can somebody help...
## Description TODO: - https://github.com/software-mansion/react-native-reanimated/pull/3369 - https://github.com/software-mansion/react-native-reanimated/pull/3437 - Tests - Release notes
## Description TODO: - Synchronize commits with main - Tests - Release notes
## Description This PR significantly shortens iOS app build times on CI by caching `node_modules`, `Pods` and `DerivedData` directories from ~25 minutes for Example app and ~45 minutes for FabricExample...
## Description Tree-shaking requires `export * as default` syntax, but this syntax requires the babel plugin `@babel/plugin-proposal-export-namespace-from`. Previously I embedded this plugin inside the Reanimated plugin, but this doesn't work...
## Description I'm trying to build the app by doing `./gradlew assemblerelease`. I now get an error message. ### Expected behavior App builds successfully ### Actual behavior & steps to...
## Description `react-native-screens: software-mansion/react-native-screens#568e588817538740dff23a3590748614d4c346e3 => 3.15.0` `react-native-gesture-handler: 2.4.2 => 2.5.0` ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated...
## Description This PR removes two symlinks: 1. `Example/Animated` → `src` 2. `android/src/main/Common` → `Common` These symlinks really annoyed everyone with duplicating the search results in their favourite text editor....
## Description This PR unpacks `*.h` files from `headers` directory into respective folders, parallel to `*.cpp` files. The only exception is `hidden_headers` directory which was not affected. `CMakeLists.txt` and `RNReanimated.podspec`...