LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
603 stars 153 forks source link

add check to api param to prevent crash #212

Closed orel91 closed 2 years ago

orel91 commented 2 years ago

Hi,

First of all, thank you for this library! This PR is intended to fix the issue #184 (that I also encountered while using this library).

It simply checks whether the api param is truthy in the babel config.

Kr

LonelyCpp commented 2 years ago

thanks :)