react-native-fabric-digits
react-native-fabric-digits copied to clipboard
Android support for styling
Hi, thanks for making react-native-fabric-digits! It's a solid piece of software.
The options prop field "appearance" works on iOS but does not seem to work on Android. Can you confirm whether this is supported, or I'm running into some bug? Is there some alternative way to get styling to work on Android?
Best regards, Ian
Hello Ian,
I didn't participate to the Android development, I would rather let Android developers responds to your question.
Best,
Jean
Jean Lebrument
On Fri, Aug 05, 2016 at 11:15 AM Ian Tuomi
< mailto:Ian Tuomi [email protected]
wrote:
a, pre, code, a:link, body { word-wrap: break-word !important; }
Hi, thanks for making react-native-fabric-digits! It's a solid piece of software.
The options prop field "appearance" works on iOS but does not seem to work on Android. Can you confirm whether this is supported, or I'm running into some bug? Is there some alternative way to get styling to work on Android?
Best regards,
Ian
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, https://github.com/JeanLebrument/react-native-fabric-digits/issues/31 , or https://github.com/notifications/unsubscribe-auth/AC9ndBzwkFgsVZC_JjlAuq9bEdxkc1Fdks5qcv9GgaJpZM4Jdf_H .
This is actually already supported. On Android, you have to add the a Custom Digits Theme to your styles resource file. I have created a pull request to add these instructions to the README here: https://github.com/JeanLebrument/react-native-fabric-digits/pull/35
/cc @JeanLebrument
Thank you Dan! The added documentation is very useful :)