CharlesB

Results 27 comments of CharlesB

Just commenting that I would like this functionality too. (I'm developing a react-native app with a dependency on an image picker library which uses this library for iOS).

I don't think this issue should be closed either just because it was circumvented

+1, want to move over from RNSC which just takes the largest height value of all the slides where as this lib seems to take a fixed value? (it doesn't...

This is so long ago I can't remember. But from looking at it, it looks like previously the swipe direction was defaulting to horizontal even if the vertical delta was...

changing from getSystemWindowInsetBottom to getStableInsetBottom seems to have been the problem which was applied between version 1.0.3 and 2.0.0 in the SafeAreaUtils.java

@Meinl you can use my fork in the meantime if you want. I reverted it back to using getSystemWindowInsetBottom which seemed to do the trick. https://github.com/CDBridger/react-native-safe-area-context

I need to pass a layout so that It doesn't transition my layout file (which had also included my SEO, which is a slight red herring, I was just demonstrating...