You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lukewalczak It seems that several components are not using the PaperProvider.settings.icon value. For example: RadioButtonIOS directly imports MaterialCommunityIcon and does not even try to use the value from the context.
Should not use this kind of block?
Current behaviour
I have setup a custom icon in PaperProvider
But
CheckboxAndroid
andCheckboxIOS
only useMaterialCommunityIcon
instead of the icon function from thePaperProvider
react-native-paper/src/components/Checkbox/CheckboxAndroid.tsx
Line 135 in d6b6b66
Expected behaviour
CheckboxAndroid
andCheckboxIOS
should useIcon
instead ofMaterialCommunityIcon
for the check icons.How to reproduce?
https://snack.expo.dev/@jahirfiquitiva/greedy-yellow-turkish-delight
Preview
What have you tried so far?
Your Environment
The text was updated successfully, but these errors were encountered: