I am trying to set array of object inside async storage but I did not set it . Could someone please help me how to achieve this . Thanks
Code
let joined = this.state.product.concat(product);
this.props.setNotification(joined);
AsyncStorage.setItem("count", joined);