Relative Content

Tag Archive for react-nativeuser-interfacemobileborderreact-tsx

How do I use the reverse border radius at the top of a card? (react native)

I’m trying to create a red box (as shown in the picture) that has a notch on the top edge in React Native. This notch should have rounded corners with an inverted border radius. Then I wanted to write a word in the notch, with the size of the notch depending on the length of the word. There will also be text on the box later. Everything that is black in the picture should be transparent so that the background can be adjusted later.