Questions tagged [flipper]

95 questions
2
votes
1 answer

React Native Flipper plugin not installing OSX

I have react native Flipper installed. I went into plugin manager, install plugins, searched for redux-debugger, installed 1.2.2, reloaded, found the plugin in disabled, and accidentally clicked the bin icon and deleted it. Then I went back to…
Karatekid430
  • 940
  • 11
  • 25
2
votes
0 answers

FATAL EXCEPTION: mqt_native_modules

Recently I am developing an idea box and this application I'm developing doesn't run in release mode anymore. I did the ./gradlew clean but it didn't solve the problem. No error message in my console. So I opened flipper and I found this error that…
2
votes
0 answers

React Native build ios Flipper crash

I don't know what changed but I tried just about any thing and I am always getting this message: The following build commands failed: CompileC…
WalksAway
  • 2,769
  • 2
  • 20
  • 42
1
vote
0 answers

Flipper: Connection Error on fresh install on Mac

Getting the following error on a fresh install of Flipper on Mac: Connection error Couldn't start connection server. Looks like you have multiple copies of Flipper running or another process is using the same port(s). As a result devices will not be…
Ben
  • 5,085
  • 9
  • 39
  • 58
1
vote
0 answers

Is there a way for the Redux Debugger plugin in Flipper to always select the most recent action in the log?

I've recently set up the Redux Debugger plugin in Flipper and I'm using it with an Expo-managed React Native app. Does anyone know if there's a way to have the list of redux actions in the main pane always select the most recent action? This would…
user2344885
  • 161
  • 1
  • 7
1
vote
1 answer

TypeError: undefined is not an object (evaluating 'window.document.createElement')

I want to use flipper for performance debugging through DevTools , as soon as i open flipper and connect it with my react native app i am getting below error. TypeError: undefined is not an object (evaluating 'window.document.createElement') If i…
MURARI Yadav
  • 240
  • 3
  • 11
1
vote
0 answers

React Native App Freezes on IPad Periodically while running on Xcode, Flipper, Metro

While running my react native app in debug mode, the app will periodically freeze up or if there is a breaking error the app will freeze. reload with Metro will not resolve the issue. I end up stopping metro and Xcode and restarting. This is…
Christian
  • 51
  • 7
1
vote
0 answers

FB_SONARKIT_ENABLED=1 flag not working when initialising Flipper in iOS app (iOS NO APPLICATION SELECTED)

I followed all the steps from: https://fbflipper.com/docs/getting-started/react-native-ios/ (both automatic and manual installation). FB_SONARKIT_ENABLED=1 doesn't seem to work. Flipper connects to device but it is not initialised in the app and NO…
Florin Dobre
  • 9,872
  • 3
  • 59
  • 93
1
vote
1 answer

How do I choose a default React Native debugging tool when I `Open the Dev Tools`

I am using both the Flipper and React Native Debugger on a React Native project. I find JavaScript logging by React Native Debugger to be much richer given JSON formatting than Flipper (logs dumped as serialized strings). I however love the…
iamcastelli
  • 1,564
  • 2
  • 20
  • 30
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

React Native 'yarn run ios' doesn't initialize the project on M1

I'm a new user to Mac OS and its system and M1. Whenever I try yarn run ios command it's open normal simulator but not the project that I'm building and it throws me that error and error code 65: error Failed to build iOS project. We ran…
1
vote
0 answers

Flipper's(Debugging Platform) Logs data is collapsed by default

I am using Flipper's(Debugging Platform) for react-native app debugging purpose. when I logged a JSON object Flipper is showing the JSON by collapsing the entire object by default. JSON object is too large and contains lot of nested objects. Hence…
ThinkAndCode
  • 1,319
  • 3
  • 29
  • 60
1
vote
0 answers

Failed to create adb client using shell adb command

I moved from react-native-debugger to flipper. I configured it and the state and components can be seen. But I cant see the consolg.logs. It also shows this error. Failed to create adb client using shell adb command. Trying with adbkit. Error:…
Shashika Virajh
  • 8,497
  • 17
  • 59
  • 103
1
vote
0 answers

duplicate symbol in Pods (Flipper) and external libraries

I know there are tons of questions regarding this issue, but i didn't come up with solution. We have in my project (react-native) a static library: let's call it externalLib_v1.1r.a that we added manually to my project. It always worked fine. It's a…
1
vote
1 answer

Problem with binding to viewmodel inside of Materialdesign Flipper BackContent and ItemsControl DataTemplate

I have problem with Binding Text to Viewmodels property from DataTemplate of ItemsControl. I have problem Inside of Flippers BackContent but In FrontContent of flipper my Binding works correctly. Code where I have trouble:
Dowlpack
  • 318
  • 3
  • 10