Felipe Rodriguez Esturo
Felipe Rodriguez Esturo
@tannerlinsley This probably should be open again. The string/object or whatever that is inside of the exception that is being thrown on the service called on the query is not...
@tannerlinsley I had to throw this on the exception to make it work: ``` throw { asd: `${error}\n${result.originalError}` }; ``` instead of ``` throw new Error('content'); ``` If I throw...
I am having exactly the same issue
Okey, I could make it work but with a lot of hacks: It is something like this: This is how I implement the CustomSwiper, which implement the swiper: ``` ```...
I am having the same issue. Please re-open the issue @troZee and let's try to find a solution all together. Tks
@marianozicavo I won't have time to complete this the following weeks and months. If anyone from wolox want to complete feel free fo fork my branch and work from there.
@safaiyeh The bug is still happening on the latest version of RN. Tested on `0.63.2`
Man, you saved my life with the idea of adding border to the indicator
I think we are going to upload only one image and then the server will resize to the other sizes. But, what are the sizes that the server should resize?...
Same problem. The problem appear when i update some things in gradle because i couldn't install the app in the device. I needed to do thtat because there was a...