ugar0ff
ugar0ff
Do you plan to support React-Native? Now, when I use PhoneInput I get error. ``` import PhoneInput from 'react-phone-input-2'; ``` _ReactNativeJS: Invariant Violation: View config getter callback for component `div`...
Good Day! I found crash, and this code helped me: override fun createViewInstance(reactContext: ThemedReactContext): CropImageView { val view = CropImageView(reactContext) view.setOnCropImageCompleteListener { _, result -> if (result.isSuccessful **&& result.cropRect !=...
Good Day! How I can load previous saved signature in Signature view?
If I use adapter on kotlin I'm getting java.lang.IllegalAccessError: Illegal class access: 'me class' attempting to access 'com.cleveroad.adaptivetablelayout.ViewHolderImpl' (declaration of 'me class' appears in ...). If I use adapter on...
In class BaseDataAdaptiveTableLayoutAdapter in switchTwoRows method on line 72 please change `for (int i = 0; i < getItems().length; i++)` to `for (int i = 0; i < getColumnCount() -...
Good day, How I can change fontSize in dropdown item? These are my styles: ``` style={{ inputAndroidContainer: this.localStyles.viewContainer, inputAndroid: this.localStyles.pickerTextStyle, inputIOSContainer: this.localStyles.viewContainer, inputIOS: this.localStyles.pickerTextStyle, }} pickerProps={{ mode: 'dropdown', itemStyle: this.localStyles.pickerTextStyle,...
Hi. In this repository you have an example for an Android application. In the file [MainActivity.kt](https://github.com/tradingview/charting-library-examples/blob/master/android/app/src/main/java/com/tradingview/android/MainActivity.kt) you show how can change the interval on the graph. You can expand them...
Good Day! It would be great if you added the ability to not hide the mask when typing. And if we could set the color of the mask.  Are...