react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
### What happened? This was not the case on RN 0.72.6 with 7.37.1 navigation version. Let's say we have 2 bottom tabs, with 2 screens. By default we see the...
```[tasklist] ### Tasks - [ ] [RN74] Support for Android - [ ] [RN74] Support for iOS - [ ] [RN74] Docs alignment - [ ] [RN74] Wix-internal rollout ```...
- Android only - To enable font scaling that can be adjusted via Android Settings-app: - `Accessibility -> Display size and text -> Font size` - Adds options.topBar.title.allowFontScaling - Adds...
### What happened? 1. MainActivity and MainApplication files was changed form java to kt extension. Java File Kotlin File How i should work with kotlin file in this case? As...
### What happened? I recently upgraded my React Native project to version 0.68.7. The project builds successfully, but I encounter the following error on the login screen: **Error: Component erp...
### What happened? Hello there! If a user has a partially visible modal open (with the `overCurrentContext` flag) and then sends the app to the background, when bringing it back...
### What happened? currentTabId is being ignored on IOS but is working fine on Android. Apparently the issue was fixed on this PR https://github.com/wix/react-native-navigation/issues/6766 4 years ago but still persists...
Getting Execution failed for task ':react-native-navigation:compileReactNative71DebugJavaWithJavac'.
### What happened? After Installing npm install @react-navigation/native npx expo install react-native-screens react-native-safe-area-context i follwed this docs https://reactnavigation.org/docs/getting-started/ I always get this error when i run yarn run android. How...
### Describe your idea The stack.options.bottomTab.icon property is of type ImageResource, and GIFs are not supported. ### Motivation _No response_ ### Are you willing to resolve this issue by submitting...
### What happened? After upgrading react-native-navigation from 7.39.2 to 7.40.1, builds with React Native 0.70.x (or older?) fail: > error Failed to build the app: No package name found. We...