peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

.d.ts file is missing #52

Open tersariolli opened 4 years ago

tersariolli commented 4 years ago

The file .d.ts is not present in the package as result, the warning bellows keeps showing.

Could not find a declaration file for module 'react-native-tags'. '.../node_modules/react-native-tags/index.js' implicitly has an 'any' type. Try npm install @types/react-native-tags if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-tags';ts(7016)

peterp commented 4 years ago

@tersariolli Any interest in contributing that?

IdaszakDaniel commented 4 years ago

Hi, There is PR with react-native-tags typings in DefinitelyTyped repository - https://github.com/DefinitelyTyped/DefinitelyTyped/pull/48875

peterp commented 4 years ago

Ah that's awesome, do you think we could bring those here?