-
### Description
I have an issue with the app memory leak, I have read the old issue https://github.com/software-mansion/react-native-screens/issues/843#issuecomment-832034119
- my app is running …
-
Im following your approach to register RNN screens (see RNBoilerplate/src/containers/index.js).
Inside my wrapped components, I can not figure out how to listen for onNavigationButtonPressed(). I …
-
First of all, awesome library!
I am trying to add a global modal and what I usually do is wrap the root App component and add a custom modal component within.
I am wondering is there a way to do som…
-
Hi, @kanzitelli
I am now using rnn-screens 0.3.1 and facing some strange problems.
I have a main screen that goes to different feature screens and I am using `screens.N.setRoot(Root(screens.ge…
-
## 🚀 Feature
Allow the ability to mount either as an Overlay _or something new_ a Component that doesn't tamper with the static options that RNN uses to change statusBar, topBar, or any other setti…
-
I've been using RNN v1. Due to some issues that won't be addressed since it's not getting support any more I'm moving to RNN v2. To see if if it works fine before rewriting the code to new API I would…
-
1 check if has token or not before screens show
2 if token use main tab, not use loginscreen
3 switch to main tab after login
-
Will this library work with react-native-navigation considering that each screen is it's own react root?
-
### Description
I have an issue with the app memory leak in MainActivity when running the foreground service
the
### Steps to reproduce
- my app is running foreground service so when I rep…
-
Hi, Dear @kanzitelli. how can i fix this problem?
```
PinOverlay: {
component: PinOverlay,
options: {
layout: {
backgroundColor: '#12469A',
},
overlay…