Quick question …
I’m using the icon list item component and I’m looking for a way to determine the index value of the “tapped” array item when the competent tap is triggered?
Quick question …
I’m using the icon list item component and I’m looking for a way to determine the index value of the “tapped” array item when the competent tap is triggered?
You can also use MAP to give your array items an explicit index key:
MAP(myArray, SET_KEY(item, "index", index))