Injung Chung
Injung Chung
This will fix issues on Android 4.2 (API 16), #5 : `java.lang.IllegalArgumentException: Context must not be null` Because `mGestureDetector` variable declared with final, it initialized before calling `BouncyAdapter` constructor which...
Hi. Thanks for the awesome library. The type definition looks outdated so I fixed it.
Add TutoShowcase#setBindingContentView method
This PR adds the `ViteSsrSite` construct to help deploy [Vite](https://vitejs.dev) application with [vite-plugin-ssr](http://vite-plugin-ssr.com) plugin. The construct supports multiple deployment models for the SSR Lambda and Lambda@Edge. ```tsx import type {...
## Problem Since `progressValue` is set to 0 on constructor, initial progress value didn't works well when combine with `animated` and `showsText` props. See code and screenshot below. ```javascript import...