react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

index.d.ts type definition file needed

Open Disfractal opened this issue 1 year ago • 3 comments

Tried using this with a Typescript based project and it didn't work. I tried creating a typescript file but the player crashes the app with no error thrown on start.

Disfractal avatar May 12 '23 04:05 Disfractal

I'm also facing this same issue got this error on the import statement : Could not find a declaration file for module 'react-native-vlc-media-player'. '/node_modules/react-native-vlc-media-player/index.js' implicitly has an 'any' type. @Disfractal @vgaicuks @Duell10111 @whck6 @alexfrompiter

usmanmalik333 avatar May 18 '23 08:05 usmanmalik333

Got this same issue. It's imperative for a ts app. @Disfractal @usmanmalik333 did anyone get any work done on it? I'm down to contribute

adok0001 avatar Jan 13 '24 07:01 adok0001

@adok0001 Sorry for the late response I forgot your message. So this was a huge issue and undertaking to figure it out. After a month or so of research it became apparent that this library is outdated and it needed to be rebuilt using the latest react-native frameworks. I started work on rebuilding it but the contract it was for was cancelled and I stopped work.

Disfractal avatar Jan 21 '24 13:01 Disfractal