TheWidlarzGroup / react-native-video

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

chore: Add react compiler workaround #4227

Closed freeboub closed 1 month ago

freeboub commented 1 month ago

Summary

Export Video Element as none default

Motivation

Workaround for react compiler fix: https://github.com/TheWidlarzGroup/react-native-video/issues/4222

Changes

Just export Video Element

Test plan

can be tested with the sample app from linked ticket