Lailton Batista
Lailton Batista
> I solved this a little different: > > ```js > jest.mock('react-native/Libraries/Utilities/Platform', () => { > const platform = jest.requireActual('react-native/Libraries/Utilities/Platform'); > return { > ...platform, > constants: { > ...platform.constants,...
I am facing the same issue after updating react-native from 0.62.0 to 0.65.0
I'm facing the same problem, were you able to solve it?
> If I remember correctly we had to set up the whole project again with the new version and then copy all our components from the old project. Sorry that...