Unable to debug my app on Flipper

Hello!

Like any developer when stuck with a problem, I switch to debug :lady_beetle: mode to solve it.

Taking into account that I cannot use remote debugging feature in Expo Go or development build as my app uses bottom-sheets and such components require react-native-reanimated to be installed. As Iā€™m on SDK 45, Expo imposes to install v2 which doesā€™t accept remote debugging.

After reading some guides, I chose to use Flipper and hermes engine (Iā€™ve followed all steps in Expo flipperā€™s guide with plugin and deps). The result Iā€™m getting right now is: When I open my development build using Android emulator, on Windows. I notice that the app has been detected successfully but Hermes engine doesnā€™t show anything (check img below):

Also when I use press on ā€œOpen Javascript inspectorā€ option in client, I get a devtool screen but without any access to js files!

NOTE: Iā€™m using expo-community-flipper v46.0.2. The latest version (47) has a strange issue (check it on Github).

Please press :point_right: here to get to my repository and check code.

Guides Iā€™ve checked so far:

  1. Expoā€™s flipper guide
  2. Expoā€™s debugging guide
  3. React Native debugging guide

Please help