react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
### What happened? ``` node_modules/react-native-navigation/lib/src/components/ComponentWrapper.tsx:98:14 - error TS2345: Argument of type 'typeof WrappedComponent' is not assignable to parameter of type 'ComponentType'. Type 'typeof WrappedComponent' is not assignable to type 'ComponentClass'....
### Description This is an epic listing the tasks needed in order to bring full support for Android's edge-to-edge layout, as explained in this equivalent research issue - #7978.
### What happened? Hi, I’m trying to build my React Native project (RN 0.77.2) with react-native-navigation 8.2.1 on iOS, but the build keeps failing in Xcode with the following error:...
### Describe your idea Fix according to the bottom-tabs section, here: https://github.com/wix/react-native-navigation/issues/7978#issuecomment-2776273311
### Describe your idea Hello team, Hope you're all doing well and thank you so much for the great releases recently. In our app, we’re exploring the idea of adding...