-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatePickerModal shows weird icons on Android. #371
Comments
Hey! Thanks for opening the issue. Can you provide more information about the issue? Please fill the issue template when opening the issue without deleting any section. We need all the information we can, to be able to help. Make sure to at least provide - Current behaviour, Expected behaviour, A way to reproduce the issue with minimal code (link to snack.expo.dev) or a repo on GitHub, and the information about your environment (such as the platform of the device, versions of all the packages etc.). |
Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository. |
I think you have a strange react-native-vector-icons library installed? |
Maybe related too: #370 |
Just in case someone encounters exactly the same issue on Android (as I have just now): this is due to missing a step in |
Thanks bro, I did overlook that step too hh |
Current behaviour
DatePickerModel shows weird icons when opened on Android using react-native.
Expected behaviour
DatePickerModel should show proper icons as mentioned in documentation and examples
How to reproduce?
Follow usual installation as per documentation
Preview
What have you tried so far?
Tried installing all the fonts from 'react-native-vector-icons'
Your Environment
"react-native": "0.72.5",
"react-native-paper": "5.12.3",
"react-native-paper-dates": "0.21.9",
"node": "18.16.0"
"yarn": "1.22.5"
The text was updated successfully, but these errors were encountered: