Muhammad Ahmed Fahad
Muhammad Ahmed Fahad
using `import {initialWindowMetrics} from 'react-native-safe-area-context';` `initialWindowMetrics.insets` worked out for my use-case
used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved my problem: ```diff diff --git a/node_modules/rn-range-slider/index.js b/node_modules/rn-range-slider/index.js index c054f07..c124ecc 100644 --- a/node_modules/rn-range-slider/index.js +++...
I'm seeing this too.. Any workarounds available for this?
Would be good enough to just have a default 'default image'.
This should be fixed now with the latest Ti SDK 4.1.0+
Is there a way to maybe overload the method (https://www.geeksforgeeks.org/function-overloading-in-javascript/) in such a way that if an arg (prevState) is provided then we do the extra read and perform extra...
> Aha, it works for everything but not `useMMKVObject` yet. got it. > > https://github.com/mrousavy/react-native-mmkv/blob/f564552f262c0a446520fd03f83cd8656acd1917/src/hooks.ts#L178-L202 I assumed it didn't work for the other setters as well😅.. so what's the plan...