Grant Nestor

Results 169 comments of Grant Nestor

@skylize Thank you for stepping up! I've been so busy with work so I haven't had a chance to start this. Let me know I can assist đź‘Ť

Hi @marceloHashzen! If you put `StatusBarAlert` inside of a top-level `View` with `flex: 1`, it should render with full width. Additionally, putting your login content inside of a container `View`...

I haven't used this component with Android, but the purpose of `statusbarHeight` is to offset the alert's top position by the `statusbarHeight` value.

@marceloHashzen Check out the `ReactNativeStatusBarAlertExample` directory for an example implementation with react-navigation đź‘Ť To summarize: ```js {this.state.customAlert} ```

Thanks @carlosalmonte04 for catching this. I'm so sorry I'm just seeing this now! I haven't done any React Native development for the past few years and I didn't receive an...

Yes, if you don't use flexbox layout for the `View` that contains `StatusBarAlert` and the rest of your content and instead use absolute positioning, the `StatusBarAlert` will not affect the...

There is no plan to implement something like this. However, I have seen several issues related to extending our markdown renderer, so I think the best thing to do is...

Are you seeing any notebook server errors in the terminal? What version of the notebook and nb-conda are you running? Here's a similar issue on nb-conda: https://github.com/Anaconda-Platform/nb_conda/issues/44