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

Description: - fixes build error on android after 0.73.3 upgrade. Tested with: ``` "react-native": "0.73.3", "react-native-navigation": "7.37.2", "v8-android-jit": "^11.1000.4", ```

🏚 stale

### What happened? (1)Use the code of the current main branch and run it using the example in the playground (2)Slide the Playground App to the background:AppState.active => AppState.background,Then return...

type: accepted/bug
needs triage

### What happened? I got a blank screen after SplashScreen.hide(), even if the SignInScreen's **render()** has been called ### What was the expected behaviour? the react component **SignInScreen** should be...

platform: iOS
type: accepted/bug

### What happened? starting from rn73 `*.java` files was convened to `*.kt` so auto-linking doesn't work properly ```bash npx rnn-link /tmp/Rn73/node_modules/react-native-navigation/autolink/postlink/path.js:10 exports.rootGradle = mainApplicationJava.replace(/android\/app\/.*\.java/, 'android/build.gradle'); ^ TypeError: Cannot read properties...

platform: Android
user: looking for contributors
type: accepted/bug

### What happened? This change in React Native: https://github.com/facebook/react-native/commit/676676c95428ca92007160bf420eccc62ba41ea4 has broken new architecture support in react-native-navigation When attempting to build the app, you will get this error: ![image](https://github.com/wix/react-native-navigation/assets/76182522/dea43857-2a4e-4151-85ff-eb558bc43ec8) ``` node_modules/react-native-navigation/lib/ios/RNNReactView.h:2:9...

platform: iOS
type: accepted/bug

type: accepted/enhancement
Wix

## 🐛 Bug Report I am seeing this bug after switching themes and trying to `mergeOptions` and `setDefaultOptions` to change `topBar`/`bottomTabs` appearance, mainly color. The use case is that for...

needs triage
triage: bug

### What happened? AppDelegate.m build error: "No visible @interface for 'RCTBundleURLProvider' error when following https://wix.github.io/react-native-navigation/docs/installing#native-installation The solution was to change the code snippet from: ``` - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge return...

platform: iOS
type: accepted/bug

### What happened? I had posted this on https://github.com/wix/react-native-navigation/issues/7506#issuecomment-1877620924. But this issue is closed. Not sure why. This is a show-stopper. Also, h ow do I increase the padding? ###...

platform: iOS
type: accepted/bug