Skip to content

Flipper is not working with RNNΒ #7785

@pid0r-3blan

Description

@pid0r-3blan

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?

  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions