Skip to content

Commit

Permalink
[android][ios] Upgrade react-native-reanimated to 2.3.1 (expo#15574)
Browse files Browse the repository at this point in the history
# Why

upgrade react-native-reanimated to 2.3.1 for sdk 44 release

# How

- `et uvm -m react-native-reanimated -c "2.3.1"`
- revert reanimated autolinking exclusion for bare-expo and bare-sandbox
- `et add-sdk -p ios -s 44.0.0 -v react-native-reanimated`
- `et remove-sdk -p android -s 44.0.0 && et add-sdk -p android -s 44.0.0` and pick reanimated changes.

# Test Plan

android versioned expo go + gesture handler NCL
ios versioned expo go + gesture handler NCL
  • Loading branch information
Kudo authored Dec 15, 2021
1 parent c095e01 commit 09d31bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-native-infinite-scroll-view": "^0.4.5",
"react-native-maps": "0.29.4",
"react-native-paper": "^4.0.1",
"react-native-reanimated": "~2.3.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-redux": "^7.2.0",
Expand Down

0 comments on commit 09d31bf

Please sign in to comment.