Nikhil Walvekar

Results 8 comments of Nikhil Walvekar

Here is one sample for color selection using existing palette Custom color option is missing though. Also, I was thinking to provide a way to auto select light and dark...

This is nice! **Advanced** menu sounds like a good place to group such configs.

MultilevelNode can have id property, can we use that instead of generating new id every time? This way id can be defined and we can use `selectMenuByID` for browser reload...

This is due to Scoped Storage in Android 10. https://developer.android.com/about/versions/11/privacy/storage#scoped-storage There is a temporary solution ``` ...... ```

I am also getting this issue @keshamtravels were you able to resolve this?

Getting the same issue, solved it by adding `key` ``` console.log(e.currentTime)} // iOS only //currentTime={this.video.currentTime} // use this prop to set tracker position iOS only themeColor={'white'} // iOS only thumbWidth={30}...

Is there a fix for this for latest React native version?

`Storage.put` supports Managed upload, splitting the file into chunks and uploading into batches. But the problem here is, to call Storage.put we have to pass the blog, which means we...