Yoel Naki
Yoel Naki
what about it?
Hey @wcandillon, I encountered the same error and created a repository to reproduce it. I tried the solution in [this commit](https://github.com/javascripter/react-native-skia/commit/f23085f10c399582e25f1e47f2be0cbffef00aaf), but the error persisted.  I have created a...
@bohomi I would like to know how the show method works. Which file should be loaded? There is code for the library, but I don't understand how it works ``[RNSplashScreen...
Check null before variable access to solve the bag issue. @sairus2k @ericledonge you can check it in this Flipper plugin file [flipper-plugin-react-query-native-devtools-v4.1.4.tgz](https://github.com/bgaleotti/react-query-native-devtools/files/13215211/flipper-plugin-react-query-native-devtools-v4.1.4.tgz) you can install it in your Flipper 
hey @joshsmith-watchbox I checked that It happened because the react-query data changed I attached the data with react-query V4 and react-query V5 the ``react-query-native-devtools`` library get event from the ``react-query``...
I think I have found the problem. this Query class in react-query V5 https://github.com/TanStack/query/blob/9b1aa77010637506b929f529a12bd6dfc6f9001a/packages/query-core/src/query.ts#L146-L166 ```` export class Query< TQueryFnData = unknown, TError = DefaultError, TData = TQueryFnData, TQueryKey extends QueryKey...
@matthiasritter you can use ``compareUrlFormat`` config option see here https://github.com/release-it/conventional-changelog/issues/82#issuecomment-1966345905
@matthiasritter can you share your ``package.json`` file?
hi I'm interested in putting a border just at the bottom of the row, Is it possible? like this 
i can do somting like this ```` export type SkiaShadowProps = { blur: number; dx: number; dy: number; color?: Color; backgroundColor?: Color; borderRadius?: number; borderTopLeftRadius?: number; borderTopRightRadius?: number; borderBottomLeftRadius?: number;...