SarangGit

Results 5 comments of SarangGit

This is a component i created for the controls on VLCPlayer.js (Tested on Android only) Supported Actions: [**SeekBar, Loading, Error, Timer, Play/Pause, Skip 10Sec+/-, Select Audio Track, Select Subtitle Track,...

Using the above component under a ScrollView like this ``` ``` PS: Sorry i don't know about the standards we should share the code on git. Just wrote this yesterday,...

Means Orientation is null. Please verify you are importing 'react-native-orientation-locker'

Hi, issue is with AndroidManifest.xml file. need to add `android:screenOrientation="portrait"` in Tag. Also add `Orientation && ` before every `Orientation.lockToPortrait()`/ `Orientation.lockToLandscape()`; just to be on safer side. Like` Orientation &&...

currently i m using "react-native-google-mobile-ads": "14.4.2", [13.0.1.0](com.google.ads.mediation:applovin:13.0.1.0) and yes now its taking only around 2-3 sec to load. Its better now. @AndroidDeveloperLB