Yoel Naki

Results 37 comments of Yoel Naki

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. ![image](https://github.com/Shopify/react-native-skia/assets/39925212/3fa21780-473c-4a3d-a82b-13d5ca3cbe1c) 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 ![image](https://github.com/bgaleotti/react-query-native-devtools/assets/39925212/444b14ee-fc24-4a32-83ac-a69b85f09502)

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 ![image](https://user-images.githubusercontent.com/39925212/105249712-3bf8c500-5b81-11eb-9cac-0ee4759503ff.png)

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;...