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

### What happened? Hey there, I would like to report an issue that I've encountered while develop my app. Here is the error log: ``` info Reloading app... BUNDLE ./index.js...

type: accepted/bug
needs triage

## 🐛 Bug Report Cannot hide bottomTabs when pushing to a new Bottom Tabs Screen from Side Menu. Using Navigation.push() from any other Bottom Tabs screens passes `bottomTabs: { visible:...

platform: iOS
type: accepted/bug

### What happened? Package versions: - react: 18.2.0 - react-native: 0.72.6 - react-native-navigation: ^7.37.1 I've following the docs to setup custom back navigation for the Android hardware back button. I'm...

platform: Android
type: accepted/bug

Fixes a typo in the docs. (It's something that's been bugging me all day 😅)

type: documentation

I have 5 tabs, after app launch and show at tab 0, I merge option for tab 1, 2, 3, 4 to update the badge with follow code: `Navigation.mergeOptions('CertainComponentId', {...

platform: iOS
📌 pinned
type: accepted/bug

### Describe your idea I want it support expo prebuild - expo plugin both android and ios - So loader is removed when run npx rnn-link when open app it...

needs triage

### What happened? If the statusBar visibility is false: ``` Navigation.setDefaultOptions({ statusBar: { visible: false }, }) ``` a subsequent call to `Navigation.mergeOptions()` will increase the application height: ``` Navigation.mergeOptions(props.componentId,...

platform: Android
type: accepted/bug

## 📚 Documentation The function of some options are quite unclear to me: - Option.layout.autoHideHomeIndicator - Option.layout.fitSystemWindows Some functions are worth explaining better in the documentation: Difference between: - Options.window.backgroundColor...

needs triage
triage: documentation

### What happened? We have 5 bottom tab's and from the first tab while clicking a button I need to go to the 3rd tab's inner screen. I used Push...

type: accepted/bug
needs triage

### Describe your idea according to [link](https://github.com/wix/react-native-navigation/blob/master/lib/src/interfaces/Options.ts#L36), `orientation` only supports `portrait`, `landscape`, `sensor`, `sensorLandscape`, `sensorPortrait`. Is it possible to support [all other possible orientations](https://developer.android.com/guide/topics/manifest/activity-element#screen)? ### Motivation I have one app...

needs triage