React native – Jest Tests failing with TypeError: (0 , _auth(…).getReactNativePersistence) is not a function on Expo 49
Similar to the question from here, I have upgraded to Expo 49 and now some of my Jest tests are failing with the following error: TypeError: (0 , _auth(...).getReactNativePersistence) is not a function For Jest tests, how do I make…