react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
### What happened? This error happens randomly. We saw intermittent examples of this exception being thrown when scrolling just after app launch, when the tabs are being initialized, but it...
### What happened? How can I fix it? ### What was the expected behaviour? _No response_ ### Was it tested on latest react-native-navigation? - [x] I have tested this issue...
### What happened? For some reason this seems to be causing problems, it seems that the library is unable to measure the insets, is working fine with version 7.x ###...
## 📚 Documentation (A clear and concise description of what the issue is.) - Create a sample Hello World application - Using as a reference in the documentation
### Describe your idea After the migration to the new arch with RN 77 the tests existing tests are not relevant anymore. We need to enable / rewrite them ###...
### What happened? **Problem:** When using Bottom Tabs in React Native Navigation, the registerBottomTabPressedListener is triggered after the tab is already selected. This means: The screen transition already occurs before...
Android crash: Unable to destroy activity / Tried to create view after it has already been destroyed
### What happened? Sometimes on Android after the application goes to background - MainActivity is destroyed, then the following crash occurs: ``` java.lang.RuntimeException: Unable to destroy activity {com.sample.app/com.sample.app.MainActivity}: java.lang.RuntimeException: Tried...
### Description This is an issue/discussion about the adjustments necessary to make the project properly compatible to apps now targeting Android's new SDK35 (in particular, edge-to-edge). Resources: - https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge -...
### Describe your idea After the migration to RN 77 with New Arch the tests can't run on roboletric because of issues with loading so libraries which are mandatory for...