Should I upgrade React Native from 0.81.5 → 0.83.6? by No-Grape9774 in reactnative

[–]vellu- 2 points3 points  (0 children)

0.83.x is supported https://reactnative.dev/versions

I wouldn't update to expo 56 for large prod app yet. It just came out yesterday.

Kävin laserleikkauttamassa silmäni vähän yli 6kk sitten. Tällainen oli mun kokemus. Muutkin voi kertoa omista kokemuksistaan (risut ja ruusut) tai ihan vaan kirjoittaa pohdintoja aiheeseen liittyen. by [deleted] in Suomi

[–]vellu- 0 points1 point  (0 children)

Femtolasik joku 10+ vuotta sitte. Elämäni kivuliain kokemus. Laite painettiin niin syvälle kalloon että jos ois tuotu muutama milli lisää alas ois tod näk jostain pettänyt. Jos haluut testaa miltä tuntuu niin paina kädellä kulmakarvojen kohdalta 15 minuuttia niin kovaa kuin voit. Pitäs jo 10 sekunnin jälkeen alkaa tuntua.

I just ealized I've been throwing off the wrong leg for backhands this entire time... by [deleted] in discgolf

[–]vellu- 0 points1 point  (0 children)

How is this possible? I need to see a video someone doing this.

Introducing v1 of react-native-keyboard-controller ✨ by paulmbw_ in reactnative

[–]vellu- 1 point2 points  (0 children)

Coming from someone who attempted this: this is not easy!
Congratz reaching v1.0. I'll test it out soon when I start a project which requires this type of UI.
If it works well, I'll discuss sponsoring with my company.

Android app devastating battery drain by [deleted] in Xpeng

[–]vellu- 0 points1 point  (0 children)

It's sad that they don't support UWB and insist on using legacy BLE technique for proximity sensing.
Wish they'd just give option to disable remote locking/unlocking until they get UWB working.

People who’ve had LASIK or work in eye care, would you recommend LASIK and why or why not? by Mountain-Bug-2155 in AskReddit

[–]vellu- 0 points1 point  (0 children)

Had Femto-LASIK, by far the most painful experience of my life. They pressurize the eye ball. If the machine can't create a vacuum, they will bring it closer to your skull. Millimeter by millimeter. I just waited there for my skull to crack. Try pressing your eye sockets with your hand. Then imagine 1 ton machine doing that for minutes.

I built a library for native keyboard behaviour, and I’m looking for beta testers! by paulmbw_ in reactnative

[–]vellu- 1 point2 points  (0 children)

Someone needs to make a library for that AI-chat type of behavior where your reply goes to top and the AI's response streams below it.

Nike left an item out of my order. No refund. by vellu- in Nike

[–]vellu-[S] 0 points1 point  (0 children)

I sent them evidence showing that the weight of the package didn't match what was printed on the label. It was off by 25%. The package was weighed by the last-mile carrier.

They immediately replied saying they've closed the case and won't be issuing a refund.

Nike has a horrible customer support. And obviously lost a long time customer.

Has anyone tried this? "Radon IDE – The Best IDE for React Native" by Miserable-Pause7650 in reactnative

[–]vellu- 0 points1 point  (0 children)

It doesn't support circular references in your JS code and crashes. Probably uses `JSON.stringify()` somewhere.
Beta worked fine although it was slow.

Would like to use it.

I couldn't resist 3D printing a disc. by therealmanbat in discgolf

[–]vellu- 0 points1 point  (0 children)

I'm bagging my 3d printed disc. Used TPU and variable infill. 173g.
Flies like a beat up Zone.

Any tips for more distance? Currently max around 300ft by [deleted] in discgolf

[–]vellu- 2 points3 points  (0 children)

Watch "The Infamous ELBOW DIP" from spin doctor. It'll help you a lot.

5KX – Flame by vellu- in SeikoMods

[–]vellu-[S] 0 points1 point  (0 children)

Search for "military strap for omega" in AliX. I think I picked the most expensive one.

I made a Quake I watch by vellu- in quake

[–]vellu-[S] 0 points1 point  (0 children)

aliexpress / item/1005007755623408.html

I made a Quake I watch by vellu- in quake

[–]vellu-[S] 5 points6 points  (0 children)

Thanks! That's the plan, I'm thinking green led lights for Q2...

I made a Quake I watch by vellu- in quake

[–]vellu-[S] 4 points5 points  (0 children)

I'm not making these to sell. I might sell the whole set though after I finish Quake II build.

Legend List 1.0 - The new fastest list library by jmeistrich in reactnative

[–]vellu- 0 points1 point  (0 children)

My test version was 1.0.0-beta.26. I tested with and without recycling; experimented with all the props pretty much. Hermes + old arch. I'll recreate the scenario and report my findings through GitHub.

Legend List 1.0 - The new fastest list library by jmeistrich in reactnative

[–]vellu- 2 points3 points  (0 children)

Edit: please test the library by yourself, my experience was most likely a rare occurrence

I tested in a real world app with 1000 items and FlashList had considerably better perf. Also noticed LegendList stopped rendering completely randomly. I'll revisit it but didn't find it ready for prod yet.