PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
834 stars 162 forks source link

Typescript types #105

Closed tcorreiaubi closed 3 years ago

tcorreiaubi commented 3 years ago

Current behavior

I noticed that the types are being placed in the "wrong" folder I believe, previously they were placed at lib/typescript, but at the moment they are at lib/typescript/src and this breaks for example vscode integration with TS

Expected behaviour

Code sample

For Syntax Highlighting check this link

Screenshots (if applicable)

What have you tried