Anthony Cyrille

Results 19 comments of Anthony Cyrille

Well it's not possible from the console to determine the base url. Therefore there's a flaw by essence in dumping routing data to JSON. One can either set the base...

Sure ! I believe this is an important information to share in the documentation of this bundle :smile:

Hey :D That is the problem, the date returned is the one that is generated when the component is mounted. Looks like on iOS, clicking "OK" without selecting anything (using...

I've published a solution into [fix-scroll](https://github.com/react-native-community/react-native-modal/tree/fix-scroll). I've noticed that we don't handle horizontal scrolls. Please @german970814 @lashansam @chohonest can you test and tell me if that solves your problem ?...

@estebanmino can you provide a reproducible example ?

@gjvpaet if your scrollview is horizontal, check the `10.0.0-next`release as it solves this problem by providing a `scrollHorizontal` prop that should be true if the inner scrollview is horizontal

The modal code manages some use-cases that are difficult to analyze. I'm afraid changing the `deviceHeight` with `100%` might break for some people.

Can you please provide a github repository that i can clone in order to test that ? I've tried and it works fine

I see the modal is correctly wrapped up inside a view and not a modal, and I can work normally. If you reproduce this bug in a sandbox repository (without...

If anyone can submit a reproducible i'd be happy to check