react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

A complete native navigation solution for React Native

Results 295 react-native-navigation issues
Sort by recently updated
recently updated
newest added

### 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...

platform: Android
type: accepted/bug

### 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...

platform: Android
type: accepted/bug

### 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 ###...

platform: iOS
type: accepted/bug

## 📚 Documentation (A clear and concise description of what the issue is.) - Create a sample Hello World application - Using as a reference in the documentation

needs triage
triage: 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 ###...

needs triage

### 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...

type: accepted/bug
needs triage

### 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...

platform: Android
type: accepted/bug

### 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 -...

platform: Android
type: accepted/bug

### 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...

needs triage