Closed besarthoxhaj closed 8 years ago
@izaakrogan can you have a look at this, it's directed to your fix-view branch.
fix-view
Is there a way to not show the modal only through style? Or are we forced to do something like this:
if (this.props.visible === true){ <Modal> // modal } else { <View> // empty view }
Happy to implement any suggestion
@besarthoxhaj are we not using props for this? i.e. visible: true/false
@izaakrogan true! The attribute visible does all the job!
visible
@izaakrogan can you have a look at this, it's directed to your
fix-view
branch.Is there a way to not show the modal only through style? Or are we forced to do something like this:
Happy to implement any suggestion