bamlab / react-native-flipper-performance-monitor

An attempt to have a lighthouse for React Native. Flipper plugin to show a graph of the React Native performance monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting Plugin 'RN Perf monitor' is not available because no application is currently selected.

varunraghu3112 opened this issue · comments

I have auto linked the package to my react native app but in the flipper even though my app is selected it says Plugin 'RN Perf monitor' is not available because no application is currently selected. and in the top it says NO APPLICATION SELECTED (Refer to the pic attached, any help would be appreciated
Screenshot 2023-03-01 at 1 29 43 PM

Screenshot 2023-03-01 at 1 30 16 PM

I can able to see the logs in Hermes debugger and normal Logs section

@varunraghu3112 It is not related to the library. I recently received the same error but the issue was that I'm using multiple targets in iOS. However since you have not mentioned under which configurations that you face this issue, you can carefully check the documentation and ensure all the versions are correct. If you need more support, please mention the device OS and other configurations.

I am facing the same issue. I can see the perf monitor in Android, but not on iOS. I have only one target in Xcode (v15.0.1) and I have tried multiple versions of the Flipper plugin, even the same one as is presented in the example, but it still says that the RN Perf monitor is unavailable because it is unsupported by the application.

I am using React Native v0.71.6, the react-native-flipper version 0.125.0 (the one in package.json) (tried with multiple versions up to the latest 0.212.0), and the flipper desktop app v0.203.0 along with the latest supported one for React Native 0.239.0

Here are the screenshots:
Flipper iOS:
Screenshot 2024-01-05 at 2 42 56 PM

Flipper Android:
Screenshot 2024-01-05 at 2 40 14 PM

Xcode showing only a single target:
Screenshot 2024-01-05 at 2 41 27 PM

@samitha9125 Can you please confirm which versions you used and what you meant by using multiple targets?

install react-native-flipper-performance-monitor

Hi @manchi17 , I have already installed the plugin and it's working for Android, but not for iOS.

install react-native-flipper-performance-monitor

Hi @manchi17 , I have already installed the plugin and it's working for Android, but not for iOS.