Lukasz Modzelewski

Results 30 comments of Lukasz Modzelewski

Same here every time i build APK file. react-native: 0.68.2 react-native-mmkv: 2.4.3

@nandorojo `UseEffect` is rather out, as it would be too much work, and I don't want to interfere too much with a properly working android/ios. Any tips on the second...

@nandorojo Thanks for your help. Finally what worked for me was combination of "Window check" and storage: undefined. In my storage.web.ts i did: ``` export const persistedStorage = configurePersistable({ storage:...

Here is working solution with customHeader : https://github.com/wix/react-native-calendars/issues/1630 And here are docs for customHeader (github readme is missing that prop): https://wix.github.io/react-native-calendars/docs/Calendar#customheader These docs are also missing info about props you...

Same issue here, toasts won't hide. I would say it's critical bug.

Maybe it depends on endpoint. For listing all products from `/store/products` I use `expand=variants.prices` to get variants with nested prices array.

@SHIKHER09 If you mean could you work on the exact code, then unfortunately not, because this is a simplified example from a commercial application.

I can add, that using `navigation.push` instead of `navigation.navigate` (inside some nested stacks) does the same with multiple warnings inside console. Maybe that will help.

I commented out this log messages (on iOS it was too many lines in console). Patch file below. But it's not a solution, so I'm not closing issue. _@nozbe+watermelondb+0.27.0.patch_ ```...

@PEZO19 Not navigation, but this could be something. My refresh is combined with InteractionManager.runAfterInteractions, and based on that result (from InteractionManager), it renders component connected to DB.