captionStyle not working
See original GitHub issue🐛 I am trying to use the property but it is not working
I expect the caption to change to the style I’m giving it
import { Input } from “@ui-kitten/components”; import React from “react”; import { Styles } from “…/config/styleSheet”; import { View } from “react-native”;
const Label = props => { return ( <View> <Input captionStyle={Styles.captionStyle} style={Styles.input} {…props} textStyle={Styles.inputText} captionStyle={{fontSize: 100}} /> </View> ); };
export default Label;
UI Kitten and Eva version
Package | Version |
---|---|
@eva-design/eva | |
@ui-kitten/components |
Environment information
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Caption style not updating / style settings ignore... - 9455668
Hi, I'm having a problem with a bunch of .srt files I'm trying to edit the style of. I managed to edit about...
Read more >APSxCardview CaptionStyle not working | DevExpress Support
I am trying to change the style of the caption of a field in ASPxCardview. However the following code does not seem to...
Read more >Problem inserting captions - Microsoft Community
In Word, captions make use of the Caption style. Look at the settings for that style. In particular, make sure that it isn't...
Read more >Caption style lost due to subcaption or subfig packages loading
If you really want to use something like subfig the following gives at least some close behaviour, though it does need a bit...
Read more >CaptioningManager.CaptionStyle - Android Developers
CaptionStyle. bookmark_border. Stay organized with collections ... Returns. Typeface, the preferred Typeface for video captions, or null if not specified ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kockok it was. Please see a guide
@artyorsh Is
captionTextStyle
being deprecated in V5, if yes, what’s the substitute?