This image depicts the current code that was suggested to me by a fried to be able to add this feature. Yet this code only makes the all the tags disappear which shouldn’t be happening. It works just fine when the Scroll View isn’t there, but for some reason when it’s there, the tags vanish?
I tried flexDirection: “row” and flexDirection: “column” with flexWrap: “wrap”. These are in the View component that wrap the TAGS.map. In addition, I have tried to set a maxHeight: 120 to that same View just to make sure that the tags weren’t being deleted because it wasn’t being rendered. That was not the issue. I’ve tried using Math techniques that resulted in the tags disappearing. Basically, everything I’ve tried resulted in all of the tags disappearing. I have tried GPT, but that also gives me things that I’ve already tried and don’t work.
This is my first time posting on here, so if there’s something that I’m missing, please let me know!
If someone could please assist, that would be awesome! Thank you so much!