Typescript
NativeWind extends the React Native types via declaration merging. The simplest method to include the types is to create a new global.d.ts
file and add a triple-slash directive referencing the types.
/// <reference types="nativewind/types" />
caution
Do not call this file nativewind.d.ts
, it will cause your Typescript module resolution to fail.