react-native-navigation
react-native-navigation copied to clipboard
Flipper is not working with RNN
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?
- [X] I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
npx [email protected] init TestProject --version 0.71.13
Then start yarn ios
>> open Flipper and it detects the app.
Then
-
yarn add react-native-navigation
-
npx rnn-link
-
pod install --project-directory=ios
-
yarn ios
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
im facing the same issue, any idea how to fix it?
Any update about this issue?