Luke Walczak

Results 141 comments of Luke Walczak

Hey @acaininet, unfortunately, I've never used `react-native-windows`. Could you please try to dive deeper into your issue and try to investigate the problem?

Which `react-native-paper` version are you using – the snack presents `4.7.2`, however the `Your Environment` section indicates `5.2.0`? If `5.2.0` is correct then what MD version are you aiming for?

> We're using 5.2.0 for react-native-paper locally, and it has the same issue shadow. We're currently targeting the default MD version for 5.2.0 which I believe is MD3. Thanks for...

> Thanks for looking into it and getting back to me, much appreciated! How do we go about making this a feature request? Since, it's rather the addon feature _(something...

Seems like the issue is reproducible only on Android version 9.0 (I was testing that bug also on Android version 7.0 and 8.1 where it looks properly).

Closing in favor of: https://github.com/callstack/react-native-paper/pull/3803

Like in the mentioned issue, make sure that your android device doesn't [force the dark theme](https://androidwaves.com/force-android-apps-to-use-dark-mode/) option enabled. However, since it rare case, I'm closing the issue.

Hey @BenJeau @gaodeng, I didn't investigate that area, but we are open for contributions and PRs are welcomed.

Hey @ramarivera, `react-native-paper` is a JS library and will rather stay that way, however, will you be able to share your flutter plugin which let you get those colors? Maybe...

Hey @FelipeEmos, thanks for your input! Currently, we are using the official `material-color-utilities` in our tool for generating a custom theme based on the source color, on the Paper's documentation...