I wanted to try out grids in our React Native app to see how it would look, however I don't seem to be able to get it working. I´ve tried to read up on it, but I'm pretty new so I'm not certain if the problems is from my lacking knowledge in React Native, Typescript or Tailwind... I get the "grid
unknown or invalid utility". I simply want to see how the text would look beside each other.
<><View style={tw`grid grid-cols-3 bg-pink-200`}><Text>1</Text><Text>2</Text><Text>3</Text></View></>