Trey Dev
Trey Dev
Something like RippleView.on(viewThatIWantItOn).create(); to wrap my view with the RippleView.
On KitKat the ripple is rectangular and only extends inside the view's margin unlike on Lollipop which can extend into a full circle outside the available margins.
Hello. For Google Maps at least, there is a bicycling option. Can we have it in this library too? Thanks! https://developers.google.com/maps/documentation/javascript/directions#TravelModes
The overall work is pretty slow on a 20k lines file so making use of `worker_threads` module and adding a param to specify threads count should help a lot.
**Describe the bug** When trying to implement the steps outlined in [Wagmi SSR page](https://wagmi.sh/react/guides/ssr), specifically Persistence using Cookies, NextJS throws this error: `Error: (0 , react__WEBPACK_IMPORTED_MODULE_0__.createContext) is not a function`...