Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android][ios] Upgrade react-native-reanimated to 2.3.1 (expo#15574)
# 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