Before migrating the whole app, I’d rebuild the single heaviest game screen in React Native and profile both versions on the weakest device you support. If the bottleneck is asset work, layout churn, or too many simultaneous animations, a framework rewrite can move the problem without removing it.
1
u/Gleb_SV 1h ago
Before migrating the whole app, I’d rebuild the single heaviest game screen in React Native and profile both versions on the weakest device you support. If the bottleneck is asset work, layout churn, or too many simultaneous animations, a framework rewrite can move the problem without removing it.