Nam
Nam
I'm using bxslider 4.2.15: https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.15/jquery.bxslider.min.js. On Reponsive design mode's firefox, when I click next and pre button, Slide motion 2 times in a row.
I have an error when installing the package: 
### Description The example of responsive does not display well ### CodeSandbox/Snack link https://docs.nativebase.io/responsive ### Steps to reproduce 1. Go to https://docs.nativebase.io/responsive 2. Check out this example:  3. Run...
### Description `colorScheme` is not working inside `_light` or `_dark` ### CodeSandbox/Snack link https://snack.expo.dev/@lion5893/button-color-dark-mode ### Steps to reproduce See the `Test` button of my example, I've set `colorScheme` as `red`,...
I am making a bilingual app to learn English. I will insert a youtube video into the app, and show subtitles below. Is there any way I can get the...
I'm using `getInfo` to get info of youtube video. But now, like and unlike properties are null ``` const id = '7wNb0pHyGuI'; ytdl.getInfo(id).then(info => { console.log('title:', info.videoDetails.title); console.log('rating:', info.player_response.videoDetails.averageRating); console.log('uploaded...
I want to get the name of the language caption, but the name property of all languages is empty. How can I get the name of the languages? API link:...