-
Notifications
You must be signed in to change notification settings - Fork 238
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
Text cut off in oneplus mobile #49
Comments
share your code, please. @007vel |
Hi, this is also happening for me .. and only for one plus mobile. import CountDown from 'react-native-countdown-component'; <CountDown Also, I have added: to the .d.ts file to get rid of the types error. Please suggest.. This is a great library and works really well on other devices. |
I have fixed this issue by explicitly passing the fontfamily in the digitTxtStyle property. |
@chakkizza Is it 'fontfamily' or 'fontFamily' and is it a string? I passed the fontFamily used as a prop, but it is not reflected |
Countdown text not properly showing, text cut off in onpluse mobile, view the screenshot, my timer countdown is 14 : 55 but it showing 1 : 5
The text was updated successfully, but these errors were encountered: