React Native Testing Library support

Hi, Here in the Expo docs it says: " You can also use React Native Testing Library which provides testing utilities that encourage good testing practices and works with Jest."

However, I found that it’s impossible to install react-native-testing-library because it requires React 18.2 and from what I can tell Expo only supports up to 18.1 right now (i’m using 47.0.12). I even looked into older releases of reactive-native-testing-library, but even 2 yrs ago they still only supported React 18.2.

Am I missing something?

Thanks!