Rob

Results 6 issues of Rob

Currently, the typescript type definition shows that vibrate is a boolean but per the docs it should be a number array: > An array of durations for a mobile device...

When using a Switch type `PropertyEditor` (linked to a true/false boolean on the source object), anytime you tap the `Swtich` on the UI to change its value, it crashes the...

It seems changing the colors of the spinners in Android 29+ doesn't work anymore because using `mSelectorWheelPaint` to access the field has been blocked per https://developer.android.com/about/versions/10/non-sdk-q ```Landroid/widget/NumberPicker;->mSelectorWheelPaint:Landroid/graphics/Paint; # No public...

Hi, I am using Djoser with the SimpleJWT plugin and for some reason my users get constant user Activation emails from my server even after they have activated in the...

Hi, I am trying to show a Banner ad with `Admob.createBanner()` in a modal on iOS but I get the following error: ```sh Error in admob.createBanner: Error: +[UIView addSubview:]: unrecognized...

An interface (or type) cannot have a member with a "static" modifier.