React-native-ui-kitten: How to hide a button in ui kitten button component?

Created on 8 Aug 2020  路  2Comments  路  Source: akveo/react-native-ui-kitten

馃挰 Question

UI Kitten and Eva version

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | |
| @ui-kitten/components | |

Help wanted

Most helpful comment

What's wrong with just conditionally rendering?

{!hide && (<Button />)}

All 2 comments

What's wrong with just conditionally rendering?

{!hide && (<Button />)}

Give more details, what you have there should work fine. Did you style your button in your code? Perhaps nearby object styling interferes???

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sobiso picture sobiso  路  3Comments

sovannvin picture sovannvin  路  3Comments

domsterthebot picture domsterthebot  路  3Comments

jeloagnasin picture jeloagnasin  路  3Comments

iosdev-republicofapps picture iosdev-republicofapps  路  3Comments