react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
Validate iOS 18 compatibility after Detox is ready: https://github.com/wix/Detox/issues/4749 Tasks: - [ ] Check and make fixes and adjustments - [ ] Run regularly on iOS on CI
### What happened? on ios text overflows screen bounds and it is imposible to setup `text-overflow: ellipsis` the problem may be because "back" button container pushes title container outside boundaries...
```[tasklist] ### Tasks - [ ] https://github.com/wix/react-native-navigation/issues/7939 - [ ] https://github.com/wix/react-native-navigation/issues/7937 - [ ] https://github.com/wix/react-native-navigation/issues/7940 - [ ] https://github.com/wix/react-native-navigation/issues/7941 - [ ] https://github.com/wix/react-native-navigation/issues/7971 - [ ] https://github.com/wix/react-native-navigation/issues/7966 - [ ]...
```[tasklist] ### Tasks - [ ] https://github.com/wix/react-native-navigation/issues/7955 - [ ] https://github.com/wix/react-native-navigation/issues/7956 - [ ] https://github.com/wix/react-native-navigation/issues/7957 - [ ] https://github.com/wix/react-native-navigation/issues/7959 - [ ] https://github.com/wix/react-native-navigation/issues/7958 ```
### Describe your idea Hi 👋 I want to be able to control the layout of the TopBar title. I have wide content in the TopBar title and on narrow...
### Issue Description Im creating a new issue since the previous one is marked as stale for some reason. #3137 If you use `largeTitle` in a view that hosts a...
## 🐛 Bug Report Only on Android, when the user uses the Hardware Back Button and they are at the landing screen, the Activity closes. Then when the application is...
Ticket: https://github.com/wix/react-native-navigation/issues/8174 The missing RCTEnableTurboModuleInterop(YES); was added to the RNNAppDelegate.mm
### What happened? React Native Navigation 8.6.0 not loading native modules in RN 0.79 Errors like `[runtime not ready]: Invariant Violation: @react-native-community/cookies: Add RNCookieManagerIOS.h and RNCookieManagerIOS.m to your Xcode project,...