You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no docs or examples for custom navbar support. How can I implement one on a per-scene basis?
I've attempted to add it as prop to both Router and Scene but I get react errors when doing so: Cannot add property 1, object is not extensible. I'm assuming that I'm not wrapping it properly, but there is no documentation to tell me what to do.
The text was updated successfully, but these errors were encountered:
There are no docs or examples for custom navbar support. How can I implement one on a per-scene basis?
I've attempted to add it as prop to both
Router
andScene
but I get react errors when doing so:Cannot add property 1, object is not extensible
. I'm assuming that I'm not wrapping it properly, but there is no documentation to tell me what to do.The text was updated successfully, but these errors were encountered: