Jani Eväkallio
Jani Eväkallio
I'm proposing two changes to how `react-native` dependencies should be handled: ### Consider `react-native` a peer dependency. This library is a plugin, it does not _make use_ of React native,...
When using `backgroundColor: 'transparent'` on `Router.headerStyle`, after navigating from initial route to a second route, the header content items are displayed one on top of another:  first use experience...