Morgan David
Morgan David
the header and footer should animate hidden when the user zooms and reappear upon zooming out. but this didn't always work.
1. onPress event 2. hide header and footer on press 3. fixes header/footer sometimes not hiding also has these fixes in it https://github.com/jobtoday/react-native-image-viewing/pull/192
fixes: https://github.com/jobtoday/react-native-image-viewing/issues/158 to repro: 1. zoom in to first image 2. zoom out 3. swipe to the next image 4. swipe back to the first image 5. first image starts...
# Bug #### Unexpected behavior objects don't appear on Android when inside a mask which should show them. iOS shows them as expected. # code ```typescript /* eslint-disable i18next/no-literal-string */...
our usecase requires loading `client` in a useEffect after some data has loaded. e.g. ```js useEffect(() => { (async () => { const _persistor = cachePersistorFactory(cache); await _persistor.restore(); const _client...