We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64591eb commit c44fa5bCopy full SHA for c44fa5b
src/YoutubeIframe.js
@@ -18,7 +18,8 @@ import {
18
PLAYER_FUNCTIONS,
19
} from './PlayerScripts';
20
21
-const defaultBaseUrl = 'https://lonelycpp.github.io/test/index.html';
+const defaultBaseUrl =
22
+ 'https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html';
23
24
const YoutubeIframe = (props, ref) => {
25
const {
0 commit comments