I have a grid this is filled with images. I have a SuperTabNavigator on the same screen. How do I set it up, so I can drag images to each tab in the navigator? That is, if I have ten tabs, I want to drag different objects to each one.
The dragging works fine to a separate canvas, but how do I add a separate canvas to each tab? I think I need to do something at the point where the child is added that shows the contents for each tab, but I'm missing something. Thank you so much!!!!

