Cnilton / react-native-floating-label-input

A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
MIT License
280 stars 58 forks source link

Ignore Typescript errors to allow tsc check #113

Closed Kyonru closed 2 years ago

Kyonru commented 2 years ago

It's impossible to use yarn tsc --skipLibCheck in any project who has this library as a dependency.

This PR fixes that.

Related issue: https://github.com/Cnilton/react-native-floating-label-input/issues/106