grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

Supported bridgeless mode (Fabric) #756

Closed grahammendick closed 9 months ago

grahammendick commented 9 months ago

Followed React Native discussion to enable bridgeless mode. Seems that bridgeless mode has extra event validation because

Not enabling bridgeless mode in the fabric sample because get a NullPointerException on startup on Android. This happens with a default React Native project, so nothing to do with the Navigation router. Will enable bridgeless mode in fabric sample when React Native resolves this.