Skip to content
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

Please help me out how to hide the value in speedometer #18

Open
vbalakrishna1 opened this issue Dec 2, 2019 · 3 comments
Open

Please help me out how to hide the value in speedometer #18

vbalakrishna1 opened this issue Dec 2, 2019 · 3 comments

Comments

@vbalakrishna1
Copy link

No description provided.

@vbalakrishna1 vbalakrishna1 changed the title how to hide the value in speedometer Please help me out how to hide the value in speedometer Dec 2, 2019
@luizjr
Copy link
Contributor

luizjr commented Dec 8, 2019

Hi, i solve this using:
labelWrapperStyle={{ height: 0, width: 0}}

Example:
<RNSpeedometer value={this.state.value} size={200} labelWrapperStyle={{ height: 0, width: 0}}/>

@umarphaarook
Copy link

umarphaarook commented Oct 28, 2020

This Pull Request will help when it's merged.

Example:
<RNSpeedometer value={this.state.value} size={200} hideLabelsNote={true} />

@Prathameshmagdum
Copy link

If you want to hide only labels
labelNoteStyle={{height:0,width:0}};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants