Open dusanristic opened 1 year ago
same issue
same
Same issue
Same issue.
+ 1
Same.
Additionally note, everything works well on Android, so this is an iOS-specific problem.
i am facing on android as well
Hey guys, related to iOS, this issue helped me. Make sure to call
#ifdef FB_SONARKIT_ENABLED
InitializeFlipper(application);
#endif
inside - (BOOL)application:(UIApplication )application didFinishLaunchingWithOptions:(NSDictionary )launchOptions function, before return statement.
@rajeshp2511 Do devices show up at all in Flipper, or do you only have a problem with displaying the app inside it?
Additionally, make sure to
Additionally note, everything works well on Android, so this is an iOS-specific problem.
With everything setup as the official guide, does not work on Android. Getting "Metro is connected but no Hermes apps were found" and similar errors in the Flipper logs as OP.
@dusanristic Device is showing there but app is not visible
Hey guys, related to iOS, this issue helped me. Make sure to call
#ifdef FB_SONARKIT_ENABLED InitializeFlipper(application); #endif
inside - (BOOL)application:(UIApplication )application didFinishLaunchingWithOptions:(NSDictionary )launchOptions function, before return statement.
@rajeshp2511 Do devices show up at all in Flipper, or do you only have a problem with displaying the app inside it?
This is the answer. The newer versions of RN remove RCTAppSetupUtils so the React Native 0.68+ install instructions no longer apply. But use the React Native 0.67 instructions again and it will work. Docs should be updated!
@rajeshp2511 same problem here, only on android
After I upgraded my RN project to v0.72, Flipper stopped detecting my apps. Besides not showing the app, it is displaying an 'DEVICE DISCONNECTED' error label. Beside that, React DevTools work properly, but the plugins do not, as if I didn't properly initialize them. To troubleshoot, I created a barebone project, and in that scenario, Flipper works as expected. This indicates that something went wrong during the upgrade process, but I'm having trouble pinpointing the exact cause.
I'd appreciate any insights or suggestions you might have to resolve this issue.
Here are some relevant libraries and versions I'm using:
Additionally, I've encountered an error in Flipper Logs, and while I'm not sure if it's related, I'll provide the error details for reference:
Please let me know if you need any additional info.