-
## Summary
Hi I'm encountering this issue right after init with `> npx cli-rn new App -t rnn` command
I had to comment on these components to prevent the error
```
// import {Section} from…
-
Hi,
I know this is not related to the repo. but the way things are setup. i would like to know how to hide
tab bar for specific screens
![Screenshot 2022-09-24 at 21 16 25](https://user-images.g…
-
### Issue Description
Sometimes pushing a component to the stack does not invoke its `componentDidAppear` method. Debugging I've noticed that the component is correctly added to the `listeners` map…
-
My app users are complaining about random crashes on Android. I have Crashlytics installed and I verified by using user and time filters that this crashes are caused by the following error:
![captu…
-
## 🐛 Bug Report
I was getting crash reports about use of the back button causing crashes on certain screens in my app. In debugging, I came across this PR on the react-native project which seemed …
-
### Issue Description
I'm trying to show a loading screen (`app.loadingScreen` in code snippet) while my redux store is being rehydrated, then navigate to my main screen (`app.homeScreen` in code s…
-
Excuse me
I have observed that 60 processes are used when reading data, can I change to 5 processes , because my gpu is only 3060. Does this only affect the convergence time and not the final effec…
-
## 🐛 Bug Report
We are seeing Sentry reports that our app crashes when closing a few screens. We are having a hard time reproducing it, but the stack trace is clear.
### Stack trace
```java
…
-
### Issue Description
Bottom Tabs tabsAttachMode onSwitchToTab does not work on iOS.
Android works very well.
The other tabs are mounted with the home screen at the same time.
### Steps to Rep…
-
So I have been working on a project using React Native Navigation and been seeing some problems with `TVMenuControl `Module for disabling and enabling (it's not working) I believe it's related to how …