Hello i am making an application in react native/expo and i am rendering 3d model from a flash list i have noticed that this brings high performance problems when rendering the 3d models, i also have a 3d model apart from the ones i am rendering from the flashlist, which is the main one that is loaded based on the options that the user selects, what happens is that this takes the same size of all the other elements and can not interact, this had a gesture handler to move from left to right without loading the list works correctly to have only that element to load the flashlist begins to have performance problems any solution for this?