Brent Vatne

Results 75 issues of Brent Vatne

Moved over from https://github.com/react-navigation/react-navigation/issues/3003 @spencercarli came up with this solution: https://snack.expo.io/SyJKMkFUM We might need to change the API a bit to make it cleaner but we can document this approach...

help wanted

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/react-native-auth0#readme), [Examples](https://github.com/auth0/react-native-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/react-native-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...

feature request

# Report ## Plugin Version n/a ## On what Platform are you having the issue? iOS and Android ## What did you do? n/a ## What did you expect to...

### What problem are you facing? Hi there! I'm working on supporting the roll out of the [new architecture + bridgeless](https://reactnative.dev/docs/the-new-architecture/landing-page) with Expo and Meta, and as part of that...

feature-request

Hi there! I'm working on supporting the roll out of the new architecture + bridgeless with Expo and Meta, and as part of that we identified which are the most...

Should be possible to specify navbar height in route config, right now the option is there but we aren't using it.

Moved from https://github.com/react-navigation/react-navigation/issues/4578 This is a discussion issue. If you feel it does not go here, please just close it. For me this is the most important point of navigation:...

- People want to conceptually just open a modal on a stack without creating a parent stack: https://github.com/react-navigation/react-navigation/pull/2308 - We can't customize transitions on a screen-by-screen basis (only on an...

- Should they be passed down into the active child route? - Should they be passed down into all child routes? - Should they be exposed through `getParentParam` or something?...

> I have a plan for handling part of this myself. Which may not work for everyone, but might be useful for coming up with ideas. > > For me...