Skip to content

fix: type placeholderClassName on text inputs - #544

Open
ekkoitac wants to merge 1 commit into
founded-labs:mainfrom
ekkoitac:fix/issue-532-textinput-placeholder-types
Open

fix: type placeholderClassName on text inputs#544
ekkoitac wants to merge 1 commit into
founded-labs:mainfrom
ekkoitac:fix/issue-532-textinput-placeholder-types

Conversation

@ekkoitac

Copy link
Copy Markdown

Fixes #532

Summary:

  • Adds typed placeholderClassName support to the NativeWind and Uniwind Input and Textarea components.
  • Uses a typed TextInput alias where placeholderClassName is passed through to React Native's TextInput.
  • Rebuilds the generated registry JSON for input and textarea.

Validation:

  • pnpm --dir apps/docs registry:build:nativewind
  • pnpm --dir apps/docs registry:build:uniwind
  • pnpm --filter @rnr/registry exec tsc --noEmit --types react --types react-native --types nativewind/types --moduleResolution bundler --module ESNext

Note: pnpm --filter @rnr/registry exec tsc --noEmit currently stops on an existing implicit minimatch type definition resolution issue before it reaches these components.

@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

@ekkoitac is attempting to deploy a commit to the React Native Reusables Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typescript error in components

1 participant