react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
### What happened? Execution failed for task ':react-native-screens:configureCMakeDebug[arm64-v8a]'. > [CXX1214] C:\Users\vaish\OneDrive\Desktop\coding\fyllo_dummy\frontend\node_modules\react-native-screens\android\CMakeLists.txt debug|arm64-v8a : User has minSdkVersion 22 but library was built for 23 [//ReactAndroid/fabricjni] ### What was the expected behaviour?...
### Fully native adjusted content by default bottom sheet with support ScrollView https://github.com/wix/react-native-navigation/assets/5034713/c353d1b4-f333-4d03-a99b-5d2e7caf9caa https://github.com/wix/react-native-navigation/assets/5034713/0fc5dd86-715e-4430-bb50-ca6c054d7bc7
### What happened? The overflowed part of the button in the upper right corner is not visible after the [PR](https://github.com/wix/react-native-navigation/pull/7860) has been merged with [7.38.4](https://github.com/wix/react-native-navigation/releases/tag/7.38.4). | 7.40.1 | 7.38.0 |...
### What happened? After upgrading react-native to 0.77.2 and react-native-navigation to 8.1.0, we started seeing this issue: RNNBridgeEventEmitter does not conform to the RCTBridgeModule ### What was the expected behaviour?...
### What happened? In react-native 0.77.x using react-native-navigation 8.1.0, the build failed with ReactNativeNavigation module not found on AppDelegate.swift file. ### What was the expected behaviour? _No response_ ### Was...
### What happened? When using static frameworks in the Podfile: # Use static frameworks use_frameworks! :linkage => :static Build fail with an error in RNNButtonView (RCTHost.h file not found) -...
We've been making good progress with support for the new RN architecture in the project, gradually released as v8.x.x. The epic is a central tracking point for all leftover issues...
### What happened? Android top bar buttons disappear After Locking the screen then unlock the screen. ### What was the expected behavior? The top bar buttons should keep showing. ###...
### What happened? The app crashes unexpectedly when upgraded from 7.41.1 to 7.44.0. ``` java.lang.RuntimeException: Tried to create view after it has already been destroyed at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:5148) at android.app.ActivityThread.performPauseActivity...
### What happened? After installing react-native-navigation into my react-native project i start getting this issue I'm using the latest version of the library ### What was the expected behaviour? _No...