ladjs / react-native-loading-spinner-overlay

:barber: React Native loading spinner overlay
MIT License
1.58k stars 173 forks source link

How to allow for space at the bottom for TabbarIOS #5

Closed skyride99 closed 8 years ago

skyride99 commented 8 years ago

At the bottom I need to show the tabbar, and allow for navigation.

The modal blocks the entire screen. Not allowing for click events. Changing the background and container do not help. The Modal is blocking the whole screen.

peng051410 commented 8 years ago

+1

niftylettuce commented 8 years ago

@skyride99 Ah, this is for progress indicators that completely block and wait until something finishes in order to hide it.

niftylettuce commented 8 years ago

PR is welcome to add this feature! @skyride99 @peng051410 I'd love to add you guys as collaborators/owners of this repo. More support the better.

skyride99 commented 8 years ago

I have used the other modal box and it works. react-native-modalbox. Is that possible to put in the project? A pull request?

niftylettuce commented 8 years ago

yeah send a PR over!

davidjb commented 8 years ago

This would be good for working with a navbar (eg with https://github.com/aksonov/react-native-router-flux); being able to leave space [at the top] & still interact with the controls. Will see about a PR, unless you were close @skyride99?