Philipp Kursawe

Results 134 issues of Philipp Kursawe

## Environment ```bash $ npx react-native info info Fetching system and libraries information... System: OS: Windows 10 10.0.18363 CPU: (12) x64 Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz Memory: 36.08 GB...

bug

It would be nice to be able to set the `activeIndex` to some specific (clamped) index for advanced usage. I am currently using an effect to `goToSlide` but this does...

To display a hybrid °C/F gauge it would be nice to have both tick labels on the gauge. Left Fahrenheit, right Celcius. The value would still be metered in Celsius....

enhancement
help wanted

### Introduction There are many faulty (android) native modules out there, that often threaten the stability of the whole app just by not properly handling (runtime) exceptions. If RN would,...

### Introduction Currently the user agents used by iOS and Android for network requests differ. See https://github.com/facebook/react-native/issues/30163 For me the User-Agent is an integral parts of proper Client/Server communication for...

🗣 Discussion

Could you please update the swr example adjusted to the new 1.x API where it no longer exports `cache`? Thanks!

good first issue

This should fix the import problems of https://github.com/SINTEF-9012/PruneCluster/issues/115

Thanks for the plugin. It will help to create nice changelogs for us. Our versioning flow is a bit different though. We use release branches that first increment the package.json...

question
awaiting-reply

https://github.com/react-native-cookies/cookies/blob/9420afc76d1ac9c24c205fa37182ada00da9921f/android/src/main/java/com/reactnativecommunity/cookies/CookieManagerModule.java#L55 This line can throw on Samsung devices without Google Play Services installed (and only Samsung Browser). I somehow fail to see how the exception handler wrapped around this does...

Hey, I am still experience massive re-renders whenever a toast message is shown. So I checked the `value` used in the `Provider` and its creating a new object hash on...