Luke Walczak

Results 170 comments of Luke Walczak

Hej @d8vjork, which library version exactly you are using? > Also when added this breaks the onIconPress and onEndEditing Could you please elaborate on it?

Are you able to create sample repo with your bug reproduction? The `onClearIconPress` is used in our [example](https://github.com/callstack/react-native-paper/blob/main/example/src/Examples/SearchbarExample.tsx#L194) and there is no issue with it, so wondering what can be...

Hey @benjaminkomen, the determinate circular progress indicator is not implemented in the library, however, I believe it can be integrated. If you would like to create it, I will be...

Hey @jahirfiquitiva, would you like to investigate the problem and propose the solution?

Hey @shubh17204, could you please share some video presenting the problem? Could please also share the expo snack?

Hey @shubh17204 it's correct behavior when button's text font increased along with increasing device font, however if you would like to adjust it by yourself, there is a prop `maxFontSizeMultiplier`...

I think we can add it, however let's make it available only for the development, to avoid pushing an empty screen to the production app πŸ˜…

Hey @Nekuin, would you like to investigate whether replacing the last `0` with `1` or `opacity` (according to your message ) doesn't break anything on the old architecture? Moreover, could...

> Could this PR be merged? Unfortunately it cannot be merged since it will introduce issue for users who are using `Snackbar` with custom background color: before change | after...