rn-navio
rn-navio copied to clipboard
🧭 Navigation library for React Native (Expo). Build once, navigate from anywhere to everywhere!
In which section during initialization do I need to add these parameters for them to be applied? I haven't been able to get this to work yet (the goal is...
Updated to where the new file lives (`docs/layout-examples.md`) as #24 was closed.
Your solution to push a new stack with a back arrow works if you only have one screen in your new stack. https://github.com/kanzitelli/rn-navio/issues/7 Is there a way to push a...
I'm encountering an issue with the headerTitle option in the rn-ravio library. The headerTitle option should allow me to override the default header title with a custom title. However, despite...
It seems that this piece of code: `return React.createElement(Stack.Screen, { key: name, name: name, component: C, options: Opts });` throws warnings in minified bundle. Changing the code to the following,...