I would like to build something really easy, which is sadly very complicated :-). I have a list. Every item needs 1/3 of the screen, so they are always three items side by side. But the first item needs 2/3 of the screen. It should just look like the picture. I don't want to nest the tags for this. Is this somehow possible with flexbox only (because it must work in ReactNative also)? I've tried everything, looked at the specifications from flexbox. but I can't make this work. Thanks for any help!
Here is the layout, how it should look like: layout