expected version of react-native-reanimated

I needed to upgrade the version of react-native-reanimated due to crashes on android that was fixed with this PR. With this version I get the following warning when I start expo

Some dependencies are incompatible with the installed expo version:
  react-native-reanimated@2.13.0 - expected version: ~2.9.1

a) is it okay to use 2.13.0?
b) should expo expect 2.13.0 since 2.9.1 has that issue?