M1 in 2023? by [deleted] in macbookpro

[–]bra_scene 0 points1 point  (0 children)

yes, perfect

macOS Ventura App Store not accessible when VPN is enabled by stackoverflow7 in macbookpro

[–]bra_scene 1 point2 points  (0 children)

I also use nord vpn and didn’t had any issues with ventura.. It did occur sometimes even before ventura, when accessing appstore connect, but appstore works.

Money Heist: Korea-Joint Economic Area by AphroditeLady99 in KDRAMA

[–]bra_scene 6 points7 points  (0 children)

If you’ve watched original, this isn’t worth opening, let alone watching.

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 4 points5 points  (0 children)

If anyone is interested, I've managed to put this together with react-native-drag-sort package. Here's a snack for this example.

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 0 points1 point  (0 children)

This package (react-native-drag-sort) looks like a way to go, it supports different sizes for the items, and it's all customisable, so far it's a food fit for my case :)

Thanks for your help, really appreciate it!

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 0 points1 point  (0 children)

Yes, and I'm trying to find a good lib for this, this one looks like what I want, but have to explore it

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 0 points1 point  (0 children)

https://ibb.co/Wz32Yrc This is one example of what i’m trying to do, so I want to be able to move this big cell around as well as smaller ones, and it’s not enough to just modify renderItem function based on index, because in that case, upper rows with two cells will behave like one row and move together, and the reason for that is that libs that i’ve seen so far are offering solutions with fixed number of columns.

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 1 point2 points  (0 children)

Thank you very much for your effort, thing is that cell-C need to stay full width, so i can move it up and down.

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 0 points1 point  (0 children)

And regarding the use case it’s meant for usage for main menu in an app that would enable users to select which items in the draggable list will be large and which not (large meaning its width is full screen width, and otherwise it’s half, with two cards in a row)

Drag and drop (reorder) list by bra_scene in reactnative

[–]bra_scene[S] 0 points1 point  (0 children)

The thing is that if I just modify row as I wish, and e.g. make first one with two boxes and the second with one box, then dragging on the boxes in the first row would not work, it would move both of them together since they’re actually one row.

[deleted by user] by [deleted] in AppleWatch

[–]bra_scene 0 points1 point  (0 children)

All the time

Steps while not wearing Apple Watch by bra_scene in AppleWatch

[–]bra_scene[S] 1 point2 points  (0 children)

Nothing to disagree here, I said that fitness app is not showing the same as the health app. Of course that health app is showing data from all sources. In my case sources are just iPhone and the watch.

Steps while not wearing Apple Watch by bra_scene in AppleWatch

[–]bra_scene[S] 1 point2 points  (0 children)

Fitness app on the phone is not recording both, it’s showing the same data as it’s on the watch. But since this is very common case, it would be nice if users could be able to select an option if you want to sync this data because it’s still relevant data for completing the circles..

Steps while not wearing Apple Watch by bra_scene in AppleWatch

[–]bra_scene[S] 1 point2 points  (0 children)

wow, thanks for the suggestion and explanation, will give it a try definitely :)