simonxcheng
simonxcheng
I intended to use the MasonryList for infinite scroll, so memory usage is very important to my use case. In order to verify if the MasonryList can support infinite images,...
### Description If an apk is debug enabled, one out of 3 times, the first load on physical devices (Pixel 5, Samsung S20 Ultra, etc.) cause errors due to "no...
Hi, the handleLayout function needs to check height change, otherwise it is not working on iPad rotation. Please add following change to that function: if (event.nativeEvent.layout.width !== this.width || event.nativeEvent.layout.height...
Helloworldless, We used **Server**OAuth2AuthorizedClientExchangeFilterFunction and could not get the OAuth refresh token working. So we switched to **Servlet**OAuth2AuthorizedClientExchangeFilterFunction based on your code. I am just wondering why we need to...