wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.02k stars 2.67k forks source link

Flipper is not working with RNN #7785

Open pid0r-3blan opened 11 months ago

pid0r-3blan commented 11 months ago

What happened?

New RN project created using RN 0.71.13 working fine with Flipper – it's detected in Flipper.

However if I add RNN, link it and rebuild the project, it's not detected anymore and I can't use Flipper for debugging purposes. Firstly it stopped working after upgrading my project to RN 0.71.13 and upgrading RNN to the latest version and re-linking it. But then I tested with the clean install and got the same result.

I tried of course clean and rebuild, running from xcode, checking that I run Debug, removing the app from Simulator and restarting everything (system, simulator, xcode, etc.)

But it reproduces 100% time.

What was the expected behaviour?

No response

Was it tested on latest react-native-navigation?

Help us reproduce this issue!

npx react-native@0.71.13 init TestProject --version 0.71.13

Then start yarn ios >> open Flipper and it detects the app.

Then

Flipper does not detect

In what environment did this happen?

React Native Navigation version: ^7.37.0-hotfix.1 React Native version: 0.71.13 Has Fabric (React Native's new rendering system) enabled: (yes/no) Node version: 20 Device model: Apple Iphone 14 Simulator iOS version: 16.4

hackdie commented 9 months ago

im facing the same issue, any idea how to fix it?

moonjava2005 commented 6 months ago

Any update about this issue?