const products = [
  {
    id: 1,
    name: "Jr.Henry",
    command: "Seni takip etmeye başladı",
    img: require("../../assets/imgs/batman-icon.png"),
    follow: false,
    time: "23 dakika",
    follower: 0
  },
  {
    id: 2,
    name: "Artsy",
    command: "Oy verdi",
    img: require("../../assets/imgs/batman-icon.png"),
    follow: false,
    time: "23 dakika",
    follower: 0
  },
 ]
This is my array. How can I delete an array item from state? Can anybody help me ? I need help.
 
     
    