Renato Alegre

Results 23 comments of Renato Alegre

> 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,...

Shameless bump. Does anyone know any alternatives to this clearly abandoned repository?

I ended up using [react-native-image-viewing](https://github.com/jobtoday/react-native-image-viewing) for my own very particular needs. It works very well for react native.