question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
artyorshcommented, Jul 24, 2020

@kockok it was. Please see a guide

0reactions
kockokcommented, Jul 24, 2020

@artyorsh Is captionTextStyle being deprecated in V5, if yes, what’s the substitute?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found