-
What is shown in the logs screen by default is pretty much useless: there are so many logs that the logs of your app quickly scroll away.
This is easily fixed in Android Studio: select the package …
-
I am trying to find a way to get `flipper` to work along with Firebase, which seems to require `use_frameworks`. I thought of using this excellent demo installation as a reference point.
However, …
-
Hey, I installed `react-native-jitsi-meet` and followed all the steps. But it's crashing on build mode and working on debug mode. I also exclude packages.
that's my app/build.gradle
```
apply plu…
-
It would be nice if we could change the the ap.config directly on the flipper so that we can setup the right ap withe the right login screen
-
### Description of the feature you're suggesting.
A draft PR is currently open on the flipper firmware repo for a change which adds support for reading NFC travel documents (see [#1866](https://githu…
-
## 🐛 Bug Report
https://imgur.com/eDP7k2i
## To Reproduce
npx react-native init AwesomeProject
react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsb…
-
¿Can we set rounded corners to images shown in Flipper?
like Glide: .apply(new RequestOptions().bitmapTransform(new RoundedCorners(18)))
or something like .setRoundedCorners(roundingRadius:18)
Jejid updated
4 years ago
-
## 🐛 Bug Report
```js
{
if (entry == null) {
return;
}
const values = entry.preferences;
let newValue = value;
…
-
## 🐛 Bug Report
Stuck on Loading screen...
Failed to start Flipper. Error: Failed to connect to the server in a timely manner. It may be unresponsive. Run the following from the terminal 'lsof -nP…
-
How should I compile this?