I have a issue : After my ScrollView in React Native, I have multiple view. Howether one of my view have some elements outside of it because it is too small. The main issue is that if I modify the flex of the problematic view, it will also modify all the others view. How do I make it so that only my problematic view is bigger without impacting my others views?
↧