davidgovea
davidgovea
Thanks for this PR @bankras ! If anyone is still running into this issue, I merged the changes into a fork of this repository, which I intend to support: https://github.com/davidgovea/react-native-wheel-datepicker
@Matzielab provided a PR that addresses this: #34. Thank you! If anyone is still running into this issue, I merged the changes into a fork of this repository, which I...
Thanks for this PR @YvesPhilippot ! If anyone is still running into this issue, I merged the changes into a fork of this repository, which I intend to support: https://github.com/davidgovea/react-native-wheel-datepicker
Hi @MiLeung & @bohdan145 -- It seems that development on this repository has stalled. I've put a few improvements into a fork, including this feature. On iOS, it happens automatically...
I'm a bit hesitant on this, mainly due to the behavior on android After the deprecation of UIWebview, the behavior is currently this: | | Setting BOTH WebView AND React-Native...
I had the similar idea, but after looking into it, the "default" mode (`NSHTTPCookieStorage`) is used for react-native's network stack (i.e. `fetch()`, etc) That would make changing the default quite...
Hi @friederbluemle - just got around to regenerating some containers, but was still seeing the issue, even after upgrading my miniapps & ern to the latest 0.44.0 Did some digging,...
Good call. I'll work on something here. Will try to match tailwind's customization: default-minWidth, and the `min` / `max` specifiers (https://tailwindcss.com/docs/breakpoints) One place that it could depart from base-tailwind is...
Awesome, will whip something up
This is cool! I want to take a deeper look at the plugin capability, especially. The ability to do runtime changes (like for dark mode) is interesting, but it seems...