Skip to content

[Typings] PickerProps is "any" #2654

Closed
Closed
@mb8z

Description

@mb8z

Description

PickerProps is resolved to any

Related to

  • Components
  • Demo
  • Docs
  • Typings

Steps to reproduce

  1. This is the line in the github repo:
    export type PickerBaseProps = Omit<NewTextFieldProps, 'value' | 'onChange'> &
  2. This is the actual screenshot from the installed library
    Screenshot 2023-07-03 at 22 36 27

For some reason PickerProps is equal to any. Is this because of the ThemeComponent?

Expected behavior

PickerProps should be resolved correctly

Actual behavior

PickerProps resolved to any

Environment

  • React Native version: 0.72
  • React Native UI Lib version: 7.5.2

Affected platforms

  • Android
  • iOS
  • Web

Metadata

Metadata

Assignees

Labels

buga bug in one of the components

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions