Keeley Carrigan

Results 9 comments of Keeley Carrigan

Yea I was looking at the attribute wrong. When I first saw it I was just thinking it was an attribute you could put in `AndroidManifest.xml`

Actually, would this module work? https://www.npmjs.com/package/react-native-detect-navbar-android

Yes! I will check it out. I'm super excited because I've been searching for a way to use your module for a couple days now, haha.

That package is working in my simulator but I need to make a pull request to the author to update the documentation because it's off a little and I had...

Only issue I'm seeing with the attributes to make the bar transparent is the header for a Stack Navigator goes behind the status bar. This can be fixed by added...

Still working on an example implementation. I have a couple ideas now but because the soft keyboard check is a promise it is returning after I need it in the...

Here's a basic example. I had to wrap the main tab navigator in a component because `DetectNavbar` returns a promise and most times the promise doesn't return until the component...

Here's the full file. It's adapted from one of Facebook's examples. Styling is good. I think it's something with React Navigation but having inner tabs doesn't work great on Android....

@ZeroCool00 good to know. In React Native it's not common to have to manage styles for multiple API levels, at least I have never seen anyone talk about it.