New Boilerplate project React TS Expo project compiling but I cant apply multiple native wind options
using tabs index.tsx rather than App.tsx
for example i can do
<Text className="text-3xl">Edit app/index2.tsx to edit this screen.</Text>
but i cant do below or any variation
<Text className="text-3xl items-center">Edit app/index2.tsx to edit this screen.</Text>
Anybody come across this – I would expect it not to work
followed expo nativewind guide and installed 3.3.2 tailwind –
config line
content: ["./App.{js,jsx,ts,tsx}", "./app/*.{js,jsx,ts,tsx}", "./app/**/*.{js,jsx,ts,tsx}"],
babel line
plugins: ["nativewind/babel"],
Tried to use 49 template and nativewind 402 and variations –
any advice appreciated