# ctripcorp/CRN

CRN是Ctrip React Native简称，由携程无线平台研发团队基于React Native框架优化，定制成稳定性和性能更佳、也更适合业务场景的跨平台开发框架。

Repository: https://github.com/ctripcorp/CRN
Canonical: https://ross.abutalabs.com/products/crn
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-10-16T08:54:35+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2701, "days_push": 2147, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1471, forks 202 (observed 2026-08-28T04:04:49.312900+00:00)

## What it is
CRN (Ctrip React Native) is a customized fork of React Native 0.59 optimized by Ctrip's mobile platform team for better stability and faster first-screen loading. It includes a CLI scaffolding tool (crn-cli), framework/business code splitting, background preloading, and unified iOS/Android bundle output.

## Use cases
- speed up react native app startup time
- split react native framework code from business code
- build one react native bundle for both ios and android
- preload react native framework in background
- lazy load javascript modules in react native
- stabilize react native on android with error handling
- scaffold a react native project with crn-cli

## When to choose
- you are building a large-scale React Native app and need faster first-screen load times
- you want a single JS bundle shared across iOS and Android
- you need framework/business code splitting and background preloading in RN

## When to avoid
- you need the latest React Native features, since CRN is based on RN 0.59 (2019)
- you are starting a small new project where official React Native is sufficient
- you need active community support, as the project has seen no releases since 2020

## Facets
- artifact type: framework
- maturity: maintenance
- function: mobile-framework, build-tool, cli, developer-tools
- domain: mobile-development, cross-platform, web-development, developer-tools
- platform: cli, cross-platform
- tags: react-native, performance-optimization, bundle-splitting, lazy-loading, startup-time, ctrip, ios, android, nodejs

## Member repositories
- ctripcorp/CRN (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.312900+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:45.722789+00:00, confidence not recorded.
  - readme: https://github.com/ctripcorp/CRN (fetched 2026-08-28T04:04:49.312900+00:00, sha af54e8662c46)
- Data as of 2026-08-30T08:39:29.467469+00:00.
