razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
353 stars 183 forks source link

index.d.ts type definition file needed #161

Open Disfractal opened 1 year ago

Disfractal commented 1 year ago

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.

usmanmalik333 commented 1 year ago

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

adok0001 commented 8 months ago

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

Disfractal commented 8 months ago

@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.

github-actions[bot] commented 5 days ago

This issue is stale because it has been open for 60 days with no activity.