Carson Wah
Carson Wah
Same issue using position='bottom'. No luck adding `keyboardTopOffset={0}`.
@maxs15 Could you take a look on this? #160 It fixes my problem.
@tngan Sorry for the late reply. I missed the notification. I believe you mis-pasted the 2nd link. Would be great if you could share again. Below are my points of...
@jkobject You mean an action button on the pop up? Great! Would love to see that. Currently, I implement only the default style of ios push notification. I cannot imagine...
Thank you @Strate ! What do you mean by displaying more than 1 popup? Currently if you `.show()` while there is still a popup displaying, the current one will be...
So, you dispatch 3 notifications. It goes like: show 1st -> few seconds -> hide 1st, show 2nd -> few seconds -> hide 2nd, show 3rd -> ... Something like...
I see. Interesting. This is not a standard push notification approach on native platforms. The hardest part of this i guess would be handling the gestures from user. I will...
@ManigandanRaamanathan Should be possible. Better to write a new component for this and let user choose. (though I think disabling the gesture will be a bit weird) Any PR is...
Sorry for the late reply. This is a good suggestion and definitely worth doing. Technically I do not have the experience of doing it but I will take a look...
There is an excellent library for this purpose: - https://github.com/magicismight/react-native-root-siblings And some of the components based on it: - https://github.com/magicismight/react-native-root-toast - https://github.com/magicismight/react-native-root-modal