nishan (o^▽^o)

Results 52 comments of nishan (o^▽^o)

@javache Thank you for reviewing. I have made separate PRs and incorporated the changes you suggested. We can discuss it there. iOS old arch - https://github.com/facebook/react-native/pull/38626 Android - https://github.com/facebook/react-native/pull/38558 iOS...

@coderomw it'll work if you nest modals into one another. Like below. Is this something possible for you? ``` ```

@coderomw can you test changes from this PR? https://github.com/facebook/react-native/pull/31498

My initial implementation. https://user-images.githubusercontent.com/23293248/111256309-d4ba3700-863e-11eb-830f-9f749ca8ceb2.mp4 @amarlette can you help me with ```Upon scroll of the list via the next page/previous page gestures, it should announce "Showing items X to Y of...

Thanks @blavalla I can confirm that collectionInfo and collectionItemInfo are being set appropriately. But I am not sure due to some reason, the talkback doesn't announce "Showing items x to...

@blavalla Sorry to reply so late. Thanks for such a thorough explanation. This has really helped me to come up with a solution that won't require any additional API from...

@kacieb Thanks! For multicolumns, I am working on the grid support. Tricky part is that the `numOfColumns` is only known to FlatList and the child Views where we need to...

@blavalla I am not an expert by any means, but will surely check 😂. I have updated the [PR](https://github.com/facebook/react-native/pull/31666) to include grid and list support, also moved it to ready...

@lfoliveir4 only collaborators can merge PR.

@carloslibardo Thanks for testing this out. I tried to analyse the issue and I get this log on running your second example ``` [Presentation] Attempt to present on (from )...