Questions tagged [flipper]
95 questions
4
votes
1 answer
Can't get Flipper feature to enable for a group
I'm using the Flipper gem on Rails. I'm trying the following, and finding it doesn't work:
Flipper.register(:admins) do |actor|
actor.respond_to?(:is?) && actor.is?(:admin)
end
$flipper[:payments].disable
$flipper[:payments].enable…

Jason Swett
- 43,526
- 67
- 220
- 351
3
votes
3 answers
React Native: how to run flipper with apple silicon
I have a problem trying to run an application made in react-native which uses Flipper in apple silicon, I get the following error:
I tried some things like running Xcode in rosetta mode but it didn't work, I also tried some possible solutions…

Cristian Flórez
- 2,277
- 5
- 29
- 51
3
votes
2 answers
React Native 0.66 - Cant open React-Native-Debugger, Flipper is default
I've upgraded to React Native 0.66.
I can open the developer menu but its seems the now flipper is the default choice.
I got only "Open Debugger" - which open Flipper.
I had a "Debug" option that no longer there.
I have issues with Flipper that I…

chenop
- 4,743
- 4
- 41
- 65
3
votes
1 answer
XCode 13 Build Error - Could not find or use auto-linked library 'swift_Concurrency' - React Native 0.64-65
Preface
This my first time answering my own question so if there's anything wrong with my explanation just leave a comment and make any necessary correction
The following is just a updated answer for those whose XCode was automatically updated to…

Orthodox_Athena
- 197
- 2
- 11
3
votes
3 answers
react-native can't build ios: (error xcode Flipper) Typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t')
My goal is to run a react native build (ios version).
Situation 1
Actions: start metro (ok)
build ios.
Problem: build failed with exit code 1.
(CompileC…

Oleg Drozdovich
- 41
- 1
- 5
3
votes
1 answer
React Native Facebook Flipper Thread 9: EXC_BAD_ACCESS (code=1, address=0x20...1)
i'm having some issues with Flipper, never had it before so not sure if it's with their update or what's happening. Would love some help on it!
This is the error that i'm getting:
I'm in Xcode Version 12.4 Let me know what else i can send you, here…

Alex Carrabre
- 91
- 5
3
votes
0 answers
changing FLIPPER_VERSION on react native gives BUILD FAILED output
I'm trying to update my FLIPPER_VERSION from 0.33.1 to latest on react native (android) but it gives me a build failed output, how do i upgrade my FLIPPER_VERSION ?
gradle.properties
FLIPPER_VERSION=0.33.1
#FLIPPER_VERSION=0.46.0

tezka003
- 31
- 1
- 3
2
votes
1 answer
why this is not connecting to flipper although i have install Redux Debugger
Package I have install
1."react-native-flipper": "^0.181.0",
2."redux-flipper": "^2.0.2",
import {configureStore} from '@reduxjs/toolkit';
import {useDispatch} from 'react-redux';
import thunkMiddleware from 'redux-thunk';
import userReducer from…

Shiva Giri
- 105
- 1
- 6
2
votes
1 answer
Start profiling button is not starting recording in Flipper React DevTools (4.24.3) for React Native?
I'm trying to create a Flame Graph for my app.
I can't seem to start the Performance Recording though, as on clicking start profiling button recording is not starting:
https://i.stack.imgur.com/kzJpe.jpg
To Reproduce
Open app
Open Flipper
Connect…

Rajat Bothra
- 21
- 3
2
votes
0 answers
React-Native, Flipper, How to connect in adb wifi mode
I use adb's usb mode to sync between PC and device, flipper is working
But when I use the wifi mode of adb to synchronize between the PC and the device, the following error is reported:
I don't know how to solve it, hope to get your…

little du
- 41
- 1
2
votes
1 answer
Problem with plugin of Flipper version 0.165.0
I have problem when upgrade Flipper to newest version and can't use default plugin of Flipper. Any idea for that because i have research but not see anyone same this problem.
I use M1 pro with chip apple silicon.
Thanks for reading and feel free to…

Minh Vo
- 120
- 6
2
votes
2 answers
React Native | Flipper | React DevTools not working
I am using Flipper to check the performance issue for a React Native project. Whenever I am selecting the React DevTools option, I am getting error on the iOS simulator. Attached screenshot for reference. I want to check the load time for…

Sujit
- 610
- 7
- 26
2
votes
0 answers
Flipper plugins and Expo 45
I have Flipper up and running with a development build from expo 45 with eas build.
React DevTools is running perfectly and getting detected by flipper. But I need to algo see the logs of redux on Flipper as I´m using @reduxjs/toolkit.
I installed…

Roger Rengifo
- 21
- 2
2
votes
0 answers
method initializeFlipper in class MainApplication cannot be applied to given types;
I'm trying to upgrade RN from 0.61.5 to 0.67.3 and while adding Flipper got an error: initializeFlipper(this, getReactNativeHost().getReactInstanceManager());. I can't find any info on how fix it.
UPDATE:
I deleted all changes connected to Flipper

alex
- 139
- 1
- 8
2
votes
1 answer
React Native iOS - CocoaPods could not find compatible versions for Flipper-Folly, they require a higher minimum deployment target
When running pod install --repo-update, I get the following error:
[!] CocoaPods could not find compatible versions for pod "Flipper-Folly":
In Podfile:
Flipper-Folly (= 2.6.0)
Specs satisfying the `Flipper-Folly (= 2.6.0)` dependency were…

Ian
- 1,746
- 1
- 15
- 28