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

### Describe your idea Feature request by @Niryo While the top-bar's top container can have a test ID, there are no matchers for inherent sub-elements such as the title and...

needs triage

### What happened? I'm maintaining a legacy app built with React Native. I can build it, and the app opens without issues on both iOS 16 and iOS 17 devices....

platform: iOS
type: accepted/bug

Issue: https://github.com/wix/react-native-navigation/issues/7881#issue-2317492380 resolution. ### Environment of a mobile app with 7.40.0: React Native Navigation version: 7.40.0 React Native version: 0.74.2 Has Fabric (React Native's new rendering system) enabled: NO Node...

### Describe your idea Similar to how reactnavigation.org handles their bottom tab. https://reactnavigation.org/docs/7.x/bottom-tab-navigator/#tabbarbutton Wix-r-n-n should allow the bottom tab to be any component, not just properties relating to icon. ###...

needs triage

### Describe your idea Currently the api returns Object for Android and Array for iOS. It makes the developer to write platform specific code. Find a way to make it...

needs triage

When setting bottom tabs `bottomTabsOnPress` to `first` or `previous`, there are no emitted events for tab selection, which breaks navigation inside the apps that subscribe to those changes.

### What happened? The build failed on Android because of not resolving the symbol `ReactTextShadowNode.UNSET` on RN 0.74.1 anymore. ``` || ((oldStyle & Typeface.BOLD) != 0 && weight == ReactTextShadowNode.UNSET))...

platform: Android
type: accepted/bug

### What happened? In my React Native application, there's an issue where the keyboard pushes up the screen's components to make space for itself when it appears. ### What was...

platform: Android
type: accepted/bug

### What happened? After I upgrade my react native to the latest version, I always get this error when i run yarn run android. How can I fix this?.. ###...

platform: Android
type: accepted/bug

### What happened? 我在切换页面的时候做了修改导航栏图标颜色的操作,这个操作会很频繁,这个过程中,修改的颜色总是会很慢才出现 Navigation.mergeOptions('Home_TAB', { bottomTab: { iconColor: tabIndex === 2 ? '#fff' : '#262626', }, }); ### What was the expected behaviour? 我的预期是能够做到秒切换 ### Was it tested on...

platform: Android
type: accepted/bug