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

[UISplitViewController](https://developer.apple.com/documentation/uikit/uisplitviewcontroller) was extensively rewritten as part of iOS 14. It now supports either a two or three multi-column layout in place of the classic master-detail style. ![rendered2x-1591053027](https://user-images.githubusercontent.com/2393035/96707588-fd8c1800-138f-11eb-9bfe-0649392c9536.png) This PR extends...

platform: iOS
type: accepted/enhancement
iOS 14

## 🐛 Bug Report Everything was working until [PR#7178](https://github.com/wix/react-native-navigation/pull/7178) and [release 7.19.0](https://github.com/wix/react-native-navigation/releases/tag/7.19.0) where there were several Theme changes made. Whenever you change the theme (dark/light) at the OS level and...

needs triage
triage: bug

### Issue Description I think in Android 9 they introduced a new animation that I see all apps using on my phone. The slide up animation doesn't seem to be...

platform: Android
type: accepted/enhancement

## 🐛 Bug Report The BottomTab item icon and text suddenly become white (becoming invisible in a BottomTab with white background). Icons/labels become white randomly during the session (i.e. it...

user: more info needed
platform: Android
user: requires reproduction
needs triage
triage: bug

## 🐛 Bug Report Our app has a bottom tab layout with a side menu. One of the tabs has a More menu button that opens and closes the side...

needs triage
triage: bug

## 🐛 Bug Report Component "project name" does not have a componentId! on IOS platform, it appears to be working fine on Android. I made a fresh install react native...

needs triage
triage: bug

## 🐛 Bug Report Setting backgroundImage in my global options (so my app has a nice BG) causes the backgroundImage to be present on showOverlay, meaning items such as 'over...

needs triage
triage: bug

showOverlay is really useful for creating card and notification type UI elements that don't necessarily cover the statusbar. Currently, showOverlay always impacts the statusBarStyle of the underlying screen regardless of...

platform: iOS
platform: Android
📌 pinned
type: accepted/enhancement

## 🐛 Bug Report On version starting from `7.24.3`, when you push in a heavy screen or from a heavy screen and `waitForRender` is enabled (or disabled, doesn't matter), for...

needs triage
triage: bug

### Enhancement Currently the only way to create SplashScreens is by modifying the native files (`LaunchScreen.storyboard` on iOS, and some theme switching magic on Android). While this works perfectly fine,...

platform: iOS
platform: Android
📌 pinned
type: accepted/enhancement