Questions tagged [flipper]
95 questions
1
vote
0 answers
css flip doesn't work on i phone 8 safari
I would like to ask about a problem I have.
I created flip boxes on a wordpress page and it works like a charm on mozilla, chrome.
I also tested on a mac and it flips normally but on ipad and iphone 8 it won't.
It won't flipp on the back div and…

Black Widow
- 75
- 2
- 10
1
vote
0 answers
How to Rotate a gameObject one turn each press key ? Smoothly using something like lerp?
I want to Rotate Box each press key (left and right) !
public class BoxFlipper : MonoBehaviour {
private Vector3 newRotation;
void Update () {
Button();
}
private void Button () {
if…

Ayman Sammoudi
- 77
- 5
1
vote
1 answer
make fade in/out image flipper with javascript
so guys, i'm starting to learn javascript a while ago.
i have this image flipper block code, can anyone help me how to make the transition more smooth, like fade in/out?
var d = document,
smiles = d.querySelectorAll('#text-5 .home-port-widget…

Putra Bhaskara
- 11
- 1
0
votes
0 answers
Debug React-native in Flipper instead of chrome
I work on Linux pc. If I run my app in android-emulator, chrome automatically opens for debug sessions.
But I don't like to use chrome, but flipper (which I've also still opened).
How can I prevent chrome to be used after I run my app for android…

suther
- 12,600
- 4
- 62
- 99
0
votes
0 answers
React Native: Flipper cannot connect to Metro on iOS
Problem
I am trying to run my app via a connected device on Mac and debug it using Flipper, but it does not work.
Information
My app connects to Flipper, but can't connect to Metro. If I retry the connection, it says that no apps are connected to…

Gh05d
- 7,923
- 7
- 33
- 64
0
votes
0 answers
Flipper 0.192.0 "No Application Selected" error for React Native iOS devices
I'm attempting to use flipper after upgrading my react native project. For context my project has the following:
React Native version: 0.71.4
Flipper version 0.192.0
Xcode 14.1
Android devices work as expected with Flipper, only iOS seems to not…

davedave1919
- 103
- 1
- 11
0
votes
1 answer
Is it possible to retrieve the RSSI of a specific AP using the the ESP32 without doing a network scan?
I'm building an AP hunting app. Is there a way to get the RSSI of an AP using the ESP32 without doing a scan of available networks and then extracting the RSSI from the list returned list? Basically, I'd like to get the RSSI of a specific selected…

joeyda3rd
- 15
- 5
0
votes
0 answers
Double-sided flipping invitation card for mobile/desktop users
How to create an electronic invitation card with flip page turning style.
I want to present double sided eCard to my guests rather then hard copy.
I may create 50 cards with each guest name printed on individual card.
My guests should be able to…

john tcs
- 1
0
votes
2 answers
Could not find com.facebook.flipper:flipper-fresco-plugin:0.190.0
I have a react native app using react-native@0.71.7 and I am having a heck of a time getting redux-flipper working. Part of the instructions are to explicitly include the react-native-flipper dependency. I don't mind this as I can follow the…

mark
- 1,573
- 13
- 27
0
votes
1 answer
Panel that holds Action and State in Flipper Redux Debugger disappears
I am using Flipper 0.189.0. I was able to get the Redux Debugger plugin working, including the panel on the right showing Actions and State properly from my react native app's redux store.
However, whenever there is any activity from the app, or…

user2344885
- 161
- 1
- 7
0
votes
0 answers
Expo Redux debugging without Remote JS Debug
is there a way to debug redux/redux-toolkit in expo without using the Remote JS Debug function from expo. I'm using react native skia which disables the mentioned functionality. My first approach was to use flipper with a redux debugger plugin.…

maxi hraschan
- 153
- 12
0
votes
0 answers
Expo ios 'FlipperKit/FlipperClient.h' file not found
I'm trying to get Expo running with Flipper and Redux Flipper Plugin. This requires to install react-native-flipper. I installed the package with npx expo install react-native-flipper. When I try to run the ios build for expo npx expo run:ios I end…

maxi hraschan
- 153
- 12
0
votes
1 answer
redux debugger(flipper plugin) does not work with iOS, works fine on Android. Any solution?
After upgrading
react-native-reanimated
to
2.12.0
. I could not use react-native-debugger. Moved to flipper as suggested, but can not find a way to view my redux state. This issue is on iOS. On Android, i am using flipper's plugin redux-debugger…

Talha Ashraf
- 1
- 1
0
votes
0 answers
Missing Realm constructor. Did you run "pod install" on ios
This issue is coming only in debugging mode, if we disable the chrome/step debugger issue is not coming
But it leads to difficulty in tracking other bugs.
I need step debugging enabled, help me on this, spent a lot of time on this.
Even the flipper…

Poonam
- 93
- 1
- 1
- 11
0
votes
1 answer
How to debug React Native app with WebStorm?
I am new to React Native. I am stuck with debugging. What is the standard way of debugging apps? I mean how should I configure WebStorm debugger for it to connect to the running app and stop on breakpoints I put in IDE?
And is there a way to use…

Semreg
- 13
- 2