nvacheishvili

Results 11 comments of nvacheishvili

I am having the same issue. Has anyone found a solution? I am thinking that it might be an issue with the touchstart events. Chrome made changes to canvas element...

Hey, thanks for sharing your solution! It helped me! @igortxo14

Unfortunately, this fix is not a permanent solution as I have discovered. After several tests, the solution started to fail. The issue is due to chrome's update, you can follow...

this actually prevents using async options which would be cool with multi dropdown search... search is not only convenience of the front, it could be used to optimize stuff. would...

I actually put it inside the horizontal scroll view `` the width was a little bit harder to calculate if the number of days shown is dynamic - maybe you...

I think this would be a great enhancement! Looking forward to the implementation! 👍

``` package com.mobileapp import android.app.Application import com.facebook.react.PackageList import com.facebook.react.ReactApplication import com.facebook.react.ReactHost import com.facebook.react.ReactNativeHost import com.facebook.react.ReactPackage import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost import com.facebook.react.defaults.DefaultReactNativeHost import com.facebook.react.flipper.ReactNativeFlipper import com.facebook.soloader.SoLoader import com.rnfs.RNFSPackage class MainApplication :...

Hey everyone, I resolved this issue in the following way. I setup the CI with yarn 3.0 (not sure if it did actually have an impact though) made sure that...