Replies: 2 comments 1 reply
-
Did you get any solution ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, recently I've started using this library in a project. Is it possible to add a font-family prop available from the JS side? We are using Expo with a dev client, so if there is no way to add new props we will be forced to build our custom own solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default font used in android is the default one used by android system. Can i use a different phone using styling or some sort like we use custom fonts for Text using fontFamily.
The default font i use in my app is Montesserat which you can see in calendar font but the datepicker is using default phone font.
My Code:
Also the active date color initially loads the textColor i give but on scroll changes to white.
On Load
After Scroll
Beta Was this translation helpful? Give feedback.
All reactions