TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.23k stars 2.9k forks source link

refactor: cleanup ref #4288

Closed moskalakamil closed 1 week ago

moskalakamil commented 2 weeks ago

Summary

Removed VideoRef type since new one has been added in ./src/types/video-ref.ts & cleanup example code & fixed save type in VideoRef

Motivation

doubled video ref type

Changes

removed VideoRef type in Video.tsx (it is already exist in ./src/types/video-ref.ts)

Test plan