react-native-mask-text icon indicating copy to clipboard operation
react-native-mask-text copied to clipboard

Improve Typescript

Open akinncar opened this issue 4 years ago • 0 comments

Describe the Feature

Currently, in source code on internal functions, we don't have types with typescript. We need to move types from annotations (removing any) and add all types to prevent bugs and improve the DX experience.

Possible Implementations

Refactor annotations to types, and add type check to ci.yml on pull requests.

akinncar avatar Jun 28 '21 23:06 akinncar