frozencap

Results 69 comments of frozencap

What @arthurgeron is saying is nonsense. Read the Tencent/MMKV README to understand its usage. There is no memory leak.

0 drama, just patently false claims of a "memory leak" from @arthurgeron. Native MMKV does not overwrite keys. This is not an issue with the js implementation but is the...

@arthurgeron-work > Tencente MMKV itself is not designed to be use just as a interface for fast writes/reads I get it's in Chinese and translations can be ambiguous, but surely...

Always works for me ```js const MyDropdownInputContainer = ({ open, children, }: ViewProps & { open?: boolean }) => ( {children} ); ``` ```js ``` ~~Note: found that only _some_...

If there is a solution we can agree upon I think this deserves to be promoted to the docs as this is inevitably going to keep on coming up in...

damn. 3 year old PR implementing multiple highly-awaited features, doesn't receive a single comment from the maintainers :\

Getting this bug too, `rule.toString` doesn't parse `byweekday` properly when you pass it `WeekdayStr[]`, e.g. `["MO", "FR"]`. Should be fixed either in the code or in the docs but in...

@magicdawn 's suggestion should be added to the README for sure. Just lost a few hours at this

Seems like it even prevents `KeyboardAvoidingView` behavior. Is there a workaround for this?

yeah the issue persists, im on the latest everything