react-native-mask-text
react-native-mask-text copied to clipboard
Improve Typescript
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.