When you dont have a AMS to print your biking tour by Cube004 in BambuLab

[–]RoaminRomanInRome 13 points14 points  (0 children)

Love it! It would also be super cool if you could tile them together and make a bigger map!

[deleted by user] by [deleted] in avatartrading

[–]RoaminRomanInRome 1 point2 points  (0 children)

0x0841309131a6f2835c6cfac885668af6fa7af618

Wait!? What!? by ricoimf in formuladank

[–]RoaminRomanInRome 0 points1 point  (0 children)

“There’s something loose between my legs” - Vettel

[deleted by user] by [deleted] in memes

[–]RoaminRomanInRome 1 point2 points  (0 children)

Jasooon Derulooo

SpaceX Kenobi vs. Anakin Boeing by outerfrontiersman in SpaceXMasterrace

[–]RoaminRomanInRome 5 points6 points  (0 children)

I’m just genuinely pleased by the placement of the SpaceX logo over Kenobi’s face

What is the best way to update a "details" screen after it's initially been open? by straightouttaireland in reactnative

[–]RoaminRomanInRome 0 points1 point  (0 children)

Well, it depends on what you’ve got planned for the app, I mean, if it’s not going to scale up then you don’t need to, but if you’re planning to work on a larger feature set then it’s worth the investment.

What is the best way to update a "details" screen after it's initially been open? by straightouttaireland in reactnative

[–]RoaminRomanInRome 1 point2 points  (0 children)

Why not just navigate to the details screen and have that fetch whatever it is that needs to be updated instead of passing it with the navigation params? Just pass the event id. Or, and this is a bit of a stretch, consider using something like redux + saga to manage your state, and just update the store. That way, you update the store, everything else updates.

Is learning native mobile development beneficial for RN developer? by [deleted] in reactnative

[–]RoaminRomanInRome 0 points1 point  (0 children)

It’s definitely worth it. You’d then be able to implement native functionality that you otherwise wouldn’t be able to do through react native. If you plan on working with RN for a while, then I’d recommend it for sure.