ShailajaV

Results 2 comments of ShailajaV

My code is like below: onButtonPress() { this.setState({ visible: !this.state.visible }); } in render method: this.props.userDetailsChanged({ prop: 'fullName', value })} /> const mapStateToProps = ({ auth }) => { const...

Thank you. I will try the same.