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

A complete native navigation solution for React Native

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

This fixes the typing issue raised in https://github.com/wix/react-native-navigation/issues/7599

## 🐛 Bug Report `OptionsStatusBar` seems to be typed incorrectly. The docs state that passing `animate` will change the status bar animation setting, which it does. However, TypeScript complains stating...

needs triage
triage: bug

## 🚀 Feature We already have the possibility to have a custom React component as TopBar which is cool and a very common use case in my opinion. Another very...

needs triage
triage: enhancement

How to open a side menu by clicking any of the bottom tab options? @wixmobile

needs triage
triage: bug

This change exposes when `setNavigationRoot` is called by the javascript application on the RootPresenter class. This is needed to implement the new Android 12 style splash screen (discussion here: https://github.com/wix/react-native-navigation/discussions/7363),...

platform: Android
type: accepted/enhancement

## 🐛 Bug Report I have a simple UI with 3 bottomTabs. When i pushed to other views and using mergeOptions api to adjust the bottomTab at this view the...

needs triage
triage: bug

### What happened? Complete info: `WOARNN-568` The text in some of the bottom tabs is cut off - ![image](https://github.com/wix/react-native-navigation/assets/9818880/90abe344-3859-490c-a941-752a20e12acb) ### What was the expected behaviour? _No response_ ### Was it...

platform: iOS
type: accepted/bug

I've renamed our Objective-C classes to include the project's prefix (`RNN`) to prevent naming conflicts in the global namespace, as Objective-C lacks namespaces (e.g. `Double` → `RNNDouble`) The original motivation...

platform: iOS
type: accepted/bug

### What happened? I recently updated the RN version to 0.72.7. When I try to build the Android app I get the error as mentioned below. ### What was the...

platform: Android
type: accepted/bug

### What happened? New RN project created using RN 0.71.13 working fine with Flipper – it's detected in Flipper. However if I add RNN, link it and rebuild the project,...

platform: iOS
type: accepted/bug