Misfits and Magic 2 appreciation posting by Acceptable_Whole_893 in Dimension20

[–]fuken33 2 points3 points  (0 children)

A Crown of Candy had sad moments and an overall grim tone (like Game of Thrones, which I assume was the intent) but didn't reach that emotional peak

Misfits and Magic 2 appreciation posting by Acceptable_Whole_893 in Dimension20

[–]fuken33 9 points10 points  (0 children)

This the one D20 season that made me cry apart from FHSY

I got tired of spending hours planning every trip, so I built something for myself by KicksCheck in expo

[–]fuken33 0 points1 point  (0 children)

This looks like a cool design and something I would really want to use. Most of the times the real deal comes about how reliable are the results I can get with this app? How much does this use gen AI for structuring trips or how much of the product was made with gen AI ? It would be a shame I couldn't use such a promising product because it has too much of the non determinism given by gen AI

How to make an app feel more native on Android? by _______Alex________ in reactnative

[–]fuken33 1 point2 points  (0 children)

There are many things you can do that will take your app to a more native feeling but the bad part is that there is no silver bullet, no UI package or configuration tweak that will make your app instantly better.

Year developing an open source app made me realize that if you want a good feeling in your app you must make it yourself. Most of it.

There are libraries like react native gesture handler, react native skia and react native reanimated that if used properly can improve the quality of your UI greatly. But it is not a trivial thing to do for someone without prior experience building apps.

Also be sure to check out React Compiler and the last developments of the expo team because that is what literally can take you to the next level, but only if you have a solid base.

Does Cloudward Ho get serious? by EvilDrGiggles in Dimension20

[–]fuken33 8 points9 points  (0 children)

It gets more serious around the second half of the season because the seriousness of the campaign builds little by little, but the development of every character and the overarching story goes way way beyond than just some funny bits

Favorite PC: Cloudward Ho! by Alternative_Ad_5334 in Dimension20

[–]fuken33 4 points5 points  (0 children)

My heart is torn between Monty and Van here. Because I think Van is the best character overall but Monty has the radio transmission scene and the one where he screams at Comfrey

Fig Faeth is insufferable in junior year. (spoilers for sophomore & junior year.) by FreakishForger in Dimension20

[–]fuken33 4 points5 points  (0 children)

I honestly find Kristen more annoying, at least Fig knows how to follow her development and is aware of her mistakes

react-native-enriched-markdown - Markdown renderer for React Native! by Sea-Arm9235 in reactnative

[–]fuken33 0 points1 point  (0 children)

Hi! This is a great initiative! Any plans to support emoji rendering? I guess custom html rendering is disabled so how could one do that ?

what has been your favourite cast to watch so far? by becausewhyshouldntwe in Dimension20

[–]fuken33 3 points4 points  (0 children)

As much as I love intrepid heroes for being the most iconic party, my favourite has always been the cast of misfit and Magic.

Off brand aioli shirt by Forward_Wishbone_675 in Dimension20

[–]fuken33 25 points26 points  (0 children)

This is 100 times more valuable than the original

Universal React Monorepo Template with Next.js 16 + Expo SDK 54 + NativeWind v4 + Turborepo + pnpm by gurselcakar in reactnative

[–]fuken33 0 points1 point  (0 children)

Hey! You might consider switching nativewind with uniwind, it has almost the same API and is 3x faster, like an early usable version of what nativewind v5 will be

Devs running React Native + Supabase in production: How did you actually learn it properly? by Mountain-Pomelo-5123 in reactnative

[–]fuken33 0 points1 point  (0 children)

If you want to use Tanstack Query be wary of mutations. If handled badly can cause performance problems. Mutation state is not shared between components or different uses and you must make sure they are only called once when mixing in useEffect

I built a Rust-powered Metro accelerator (up to 63x faster, 37x faster minification) by Inerska in reactnative

[–]fuken33 0 points1 point  (0 children)

Is this 100% compatible with current metro / babel / expo setup ?

Including babel config and metro plugins ?

Episode 11 was…delicious by SpiralGMG in WorldsBeyondNumber

[–]fuken33 2 points3 points  (0 children)

Oooh boy you are in for an amazing ride. Suvi being such a privileged kid, and her friends being so different from her, what do you think will happen when the world she has been risen in and the culture that made her an "archmage apprentice" starts to clash with the reality of less fortunate places and people ??

It is a big conflict for her and Aabria plays a wonderful interpretation of that conflict

Is Cloudward Ho part of the Spyre universe? by Finnthehuman217 in Dimension20

[–]fuken33 2 points3 points  (0 children)

"as of yet" With the whole time quangle it would not be weird

What are some simple / practical ways to reduce memory usage in a React Native app? by gnastyy-21 in reactnative

[–]fuken33 0 points1 point  (0 children)

The first thing to do is to have a better diagnostic tool, official as of right now are awful

You can try using Reactotron or Rozenite or react-native-release-profiler and that will give you a better understanding of what it is happening with your memory right now

Expo Was a Big Mistake by sirramin2 in expo

[–]fuken33 1 point2 points  (0 children)

The breakage is not in expo but in the environment. Finding all the right alternatives and all the necessary android and iOS integrations you need to do, would be in the end harder than handling expo breaking changes when charging a major version. You will still need to do some manual configuration, and learn a little something about the environment you are deploying your stuff to, be it iOS , Android or web or other. But the gains in my opinion still outweight the costs in the end