React Native
JavaScript · 0.85 New ArchStrengths
- Huge JS ecosystem, shared logic with web possible
- Hot reload and fast iteration
- Native modules for platform-specific APIs
Trade-offs
- Bridge layer can bottleneck (Old Arch)
- High-frame-rate animations may need native code
Fit
When your web team contributes, or when existing React codebases should be reused.