Questions tagged [fbflipper]

24 questions
1
vote
0 answers

Why react native opt in flipper version is always below the flipper most recent released version

I am using react native 63.4 in my recent project. Because I'm not sure how many inconsistencies may be in new versions due to the big changes after 63.x. I'm trying to use Flipper and I know there are issues with different versions even if you…
Mohammad
  • 792
  • 1
  • 7
  • 15
1
vote
1 answer

Adding multiple shared preferences keys to the flipper shared preferences plugin

I was wondering how to show multiple shared preferences keys in the Flipper Shared Preferences Viewer Plugin. KEY_FOO, KEY_BAR, KEY_BAZ are string constants for shared preference files. Something like class App: Application() { override fun…
MaxGDN
  • 1,251
  • 1
  • 7
  • 14
1
vote
1 answer

How to set Flipper in a WSL2/React Native project environment?

I tried to find a guide in Flipper docs when using WSL2 but they don't have it. How can I make it work when I already have a adb server running, a React Native Metro server running and a local node express server running? Just to be clear, the React…
TheeWhite
  • 11
  • 4
1
vote
0 answers

Unable to find a specification for `YogaKit (~> 1.18)` depended upon by `FlipperKit/FlipperKitLayoutPlugin`

Here I'm facing issue while trying to integrate Flipper in my project. Followed the instructions given by getting started guide. End up facing issue [!] Unable to find a specification for FlipperKit (~> 0.30.0) while running pod install I tried an…
Tommy Leong
  • 2,509
  • 6
  • 30
  • 54
1
vote
1 answer

Adding FbFlipper in Android Project gives build error = processDebugManifest > Manifest merger failed

I have added FbFlipper Metrics. I am getting this error. Task :app:processDebugManifest FAILED /home/user/Git/my-project/app/src/main/AndroidManifest.xml:22:18-91 Error: Attribute application@appComponentFactory…
Sajid Zeb
  • 1,806
  • 18
  • 32
0
votes
1 answer

How to cache Podfiles in circleCI when ignoring development Pods

In our Podfile, we use CI environment variable to decide whether to install certain development-only Pods (mainly Flipper). e.g. if !ENV['CI'] use_flipper!() end post_install do |installer| if !ENV['CI'] …
MDalt
  • 1,681
  • 2
  • 24
  • 46
0
votes
1 answer

The fbflipper app (0.0182.0) does not show the app

upgrade to 0.182.0 from 0.95, the app does not show, and got error in log. Deprecation notice: [conn] RSockets are being deprecated at Flipper. Please, use the latest Flipper client in your app to migrate to WebSockets. App: Anything needs to…
lannyf
  • 9,865
  • 12
  • 70
  • 152
0
votes
1 answer

How to debug React Native App with Flipper?

I use React Native Debugger but it has its limitation so can anyone guide me with the bare minimum on how to start debugging using Facebook Flipper and even is it worth it to use? My main requirement is to be able to monitor the Network and…
Anwar Gul
  • 665
  • 4
  • 15
0
votes
2 answers

"Loading leaks" on LeakCanary is really slow, what alternatives do I have?

Every time I want to look into a leak, I click on the notification of the leak and it takes a really long time to load, like enough time that I usually forget about it. Flipper never loads the leak list when I attempt to look at them there. So…
casolorz
  • 8,486
  • 19
  • 93
  • 200
1
2