Luke Walczak

Results 141 comments of Luke Walczak

Hey @willymateo, I think renaming that property makes sense – I've just checked the codebase and looks like it's the only place with the type `IconSource` where the name is...

Hey @getadapt, thanks for the feedback. I will investigate the problem.

Hey @getadapt, I've checked your issue, however, I was not able to reproduce it. On the following [snack](https://snack.expo.dev/bdRU9LJfD), I was able to observe custom font on the `Text` component without...

Hey @anupong-s, could you please reproduce the same issue on the snack and share the link with us? Also it will be awesome if you can do some initial investigation...

Are you able to provide the code sample which you are using when facing the issue?

Could you please try to install `react-native-paper` in version `5.0.0-rc.5`?

Hey @jimitshah-dp, could you please provide the [snack](https://snack.expo.dev/) presenting the issue?

Material Design documentation indicates that containing an icon/image in the `Snackbar` is the wrong approach: Through analysis of the `Snackbar` component code, I think it was crafted to accept only...

In v5, since there are new theme colors, you have to override the following colors: * flat input - `onSurfaceVariant` * outlined input - `onSurface`