Questions tagged [flipper]

95 questions
7
votes
1 answer

The minCompileSdk (31) specified in a dependency's AAR metadata is greater than this module's compileSdkVersion (android-30)

This is a knowledge sharing question. I have a react-native project with compileSdkVersion and targetSdkVersion set to 30. After upgrading expo version and related packages android app was not getting built. The following error was appearing in…
shift66
  • 11,760
  • 13
  • 50
  • 83
6
votes
0 answers

Flipper Plugin 'UI Debugger' is not supported by the selected application (Android)

I've been learning React Native app development recently and using Flipper to debug my application. I want to use it to debug the UI, but it's showing a message that says Plugin 'UI Debugger' is not supported by the selected application 'WmsPda'…
Jenkyn
  • 199
  • 2
  • 10
6
votes
1 answer

React Native - Flipper - no application selected (real android device)

I am trying to setup flipper with my RN project on real android device (connected with USB). The problem is that flipper is telling me "No application selected", but i can see console.logs and treeview from my app ... The reason why i want to run…
William
  • 83
  • 8
6
votes
3 answers

Redux Debugger plugin in Flipper is unavailable

I am using React Native v0.65.1 (React Native CLI) and Flipper desktop app v0.114.1 on Windows 10 OS. In my React Native app I am using Redux toolkit. As much as I could explore RN above v0.62 should support Flipper out of the box, and Redux toolkit…
6
votes
2 answers

Can the flipper gem return a count of enabled users?

We are exploring using the flipper gem (https://github.com/jnunemaker/flipper) to gate who sees new features. In one of our first tests, we want to show a specific feature to only the first X users that see a banner promoting it. We looked at using…
Tom H
  • 207
  • 2
  • 13
5
votes
2 answers

How to solve this error when I open flipper?

Failed to start flipper-server Error: Failed to initialize ADB. Please disable Android support in settings, or configure a correct path. Error: spawn /opt/android_sdk/platform-tools/adb ENOENT
Schubertz
  • 61
  • 1
  • 3
5
votes
1 answer

Xcode Build error with React Native "___cxa_increment_exception_refcount"

I'm getting the following error when trying to build to a device in Xcode. It works fine on the simulator. Xcode 12.5 and React Native 0.63.3 I've tried a clean build. deleted and reinstalled Pods Undefined symbols for architecture…
DaleZA
  • 115
  • 3
  • 12
4
votes
1 answer

React-Native - iOS - CocoaPods could not find compatible versions for pod "OpenSSL-Universal":

I want to run a "pod install". I get the warning "[!] use_flipper is deprecated, use the flipper_configuration option in the use_react_native function" So i replace the line "use_flipper!" to "use_flipper!({ 'Flipper-Folly' => '2.3.0' })" in my…
iSaBo
  • 117
  • 9
4
votes
1 answer

react-native flipper no devices found issue

I want set flipper for my react-native project, but Flipper says me NO DEVICES FOUND. I searched all of ways, but I can't fix it. I tried... set correct android SDK location, IDB binary location so Flipper Setup Doctor says me All…
SongNoin
  • 41
  • 1
  • 3
4
votes
1 answer

Running flipper with expo sdk43

I'm following the instruction in this tweet from an expo dev so that I can use flipper for debugging a bare workflow expo RN app. https://twitter.com/Baconbrix/status/1412923662546608130 I installed flipper on windows per the docs. Running an…
abg
  • 319
  • 4
  • 10
4
votes
0 answers

React Native Android on Mac Os

I'm having issues running my react-native project for Android. Below is my output of my project. System: OS: macOS 10.15.5 CPU: (4) x64 Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz Memory: 1.33 GB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: …
sqwale
  • 554
  • 3
  • 24
4
votes
0 answers

How to use flipper with volley?

I want to add flipper support to my volley network calls since some of the legacy calls are still written in volley. I was trying to implement this solution but couldn't make it work. Class OkHttpStack - public class OkHttpStackApi extends HurlStack…
ritwikshanker
  • 456
  • 7
  • 19
4
votes
0 answers

The native module for Flipper seems unavailable. Please verify that `react-native-flipper` is installed

I have updated React Native from v0.61.4 to v0.62.2 to try and use Flipper. When I build and run the app The Metro Bundler throws the warning: The native module for Flipper seems unavailable. Please verify that react-native-flipper is installed as…
Mr. Robot
  • 1,334
  • 6
  • 27
  • 79
4
votes
3 answers

Problem in React Native v0.62.2 with Flipper pods and post install hooks

Im new in react native, and i facing the problem: Im using react native with flipper pods, and my pod file contain this code: add_flipper_pods! post_install do |installer| flipper_post_install(installer) end But i need change my deployment…
4
votes
1 answer

Flipper + Flutter error : Undefined symbols for architecture arm64

I integrate Flipper in my Flutter app, it worked very well in both Android and iOS emulator and real-devices,but I had a problem here : I can't archive build on xCode to export ipa file. flutter_flipperkit: 0.0.22 Undefined symbols for architecture…
Tai Tran
  • 1,406
  • 3
  • 15
  • 27