Skip to content

Commit

Permalink
[iOS][Android] Update reanimated to 2.11.0 (#19602)
Browse files Browse the repository at this point in the history
# Why

Closes ENG-6530.

# How

- Adjusted the vendored process to use the new version of the script on Android. 
- Run `et update-vendored-module -m react-native-reanimated` 
- Made sure that the integration between the reanimated and the gesture-handler still works 

# Test Plan

- bare-expo with NCL ✅
  • Loading branch information
lukmccall committed Oct 19, 2022
1 parent 02e1474 commit 04819bf
Show file tree
Hide file tree
Showing 182 changed files with 2,568 additions and 999 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -23,6 +23,7 @@ Package-specific changes not released in any SDK will be added here just before
- Updated `lottie-react-native` from `5.1.3` to `5.1.4`. ([#19433](https://github.com/expo/expo/pull/19433) by [@kudo](https://github.com/kudo))
- Updated `@react-native-community/slider` from `4.2.3` to `4.2.4`. ([#19424](https://github.com/expo/expo/pull/19424)) by [@kudo](https://github.com/kudo))
- Updated `react-native-svg` from `12.3.0` to `13.4.0`. ([#19434](https://github.com/expo/expo/pull/19434) by [@lukmccall](https://github.com/lukmccall))
- Updated `react-native-reanimated` from `2.10.0` to `2.11.0`. ([#19602](https://github.com/expo/expo/pull/19602) by [@lukmccall](https://github.com/lukmccall))

### 🛠 Breaking changes

Expand Down
184 changes: 0 additions & 184 deletions android/expoview/CMakeLists.txt

This file was deleted.

0 comments on commit 04819bf

Please sign in to comment.