Brian

Results 17 comments of Brian

I have been experimenting and prototyping and have reached an ideal solution to add this feature in. I will be adding a branch and I will continue to finalize it....

A change in implementation would be needed : ```javascript const values = { bigImage: 'https://facebook.github.io/react/img/logo_og.png', smallImage: 'https://facebook.github.io/react/img/logo_og.png', cancelImage: 'https://facebook.github.io/react/img/logo_og.png', image: 'https://facebook.github.io/react/img/logo_og.png', header: 'Messenger', timestamp: '59m ago', title: 'Capitalize on low...

I am going to revisit this. Which notification would be priority for you? iOS or Android @ma-pe

@tandat2209 Checkout the open PR #150 this is attempt at it and I have some feedback I am waiting on.

Also, as far as this feature, it's next in line after 3 other features + 1 enhancement are complete.

A `position` prop would be a nice convenient way. This though is currently supported by setting `startDelta` and `endDelta` to the window height (`useWindowDimensions().height`).

Hi @shaghayegh70 I'm not too sure. What does RTL stand for? What are requirements to support it?

I want to say "yes, it is already supported without any additional changes" as I tried `I18nManager.forceRTL(true);` and it rendered as expected. Was there more to it than that? @shaghayegh70

I have simplified to a single animation flow from the top in latest release. That being said, I am open to support the inverse. I will take a look at...

**Update:** implemented in PR #302