Ananthu
Ananthu
you will have to make a web compliant module that * supports the rn-webview props being used by default (at least) * make a function that mimics `injectJavaScript()` function I...
awesome @oxyii !! I will go through the PR soon and will get it merged :)
This MR is merged! A very basic support for react native web will be available. Thanks @oxyii A few points to note * layout options remain identical, so anyone using...
yeah play / pause will work once during mount, but will not react to changes post mount.
Hey make sure you're on the master branch (the npm version does not have these changes) Try removing the package (remove from package.json and run install), then reinstalling the master...
you must be getting some error from the [onError](https://lonelycpp.github.io/react-native-youtube-iframe/component-props#onerror) callback. Can you check that?
Make sure you're using react-native-youtube-iframe and not react-native-youtube. Html5 errors are usually due to the webview (safari in your case) throwing errors. Try it on a real device to make...
this is due to the player always following a set aspect ratio by default. Use this snippet to disable it : https://github.com/LonelyCpp/react-native-youtube-iframe/issues/13#issuecomment-611753123 (you have to reload the component for this...
Isn't this already clickable? 🤔 What behavior are you seeing on tap?
woah, definitely looks like a render issue. Have you changed any config related hardware acceleration? you can try updating the android system webview ([playstore-link](https://play.google.com/store/apps/details?id=com.google.android.webview)) and google chrome