You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/docs/introduction.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ Choose your path: [Getting Started →](/docs/getting-started)
11
11
Rock is built for two kinds of teams:
12
12
13
13
-**Existing React Native teams using Community CLI** who want to improve build times and developer experience while fitting into your existing workflows and infrastructure.
14
-
-**iOS/Android native teams** planning to incorporate React Native without disrupting existing workflows: Rock Brownfield lets you add your whole React Native app like any other dependency.
14
+
-**iOS/Android/HarmonyOS native teams** planning to incorporate React Native without disrupting existing workflows: Rock Brownfield lets you add your whole React Native app like any other dependency.
15
15
16
16
:::info New to React Native and building app from scratch?
17
17
For **new projects that aren't brownfield**, consider starting with [Expo](https://expo.dev) for the best developer experience and similar remote caching capabilities. We recommend using [this template](https://github.com/nkzw-tech/expo-app-template) for sensible defaults. Rock is designed for teams who have outgrown the Community CLI.
18
18
:::
19
19
20
-
Both types of teams will benefit from Rock's cross‑platform reach: iOSand Android by default, with a flexible architecture that extends to TVs, macOS, Windows, and HarmonyOS (coming soon).
20
+
Both types of teams will benefit from Rock's cross‑platform reach: iOS, Android, and experimental HarmonyOS by default, with a flexible architecture that extends to TVs, macOS, and Windows (coming soon).
21
21
22
22
## Why We Exist
23
23
24
24
At [Callstack](https://callstack.com/), we work with large teams building complex React Native apps. As maintainers of the Community CLI, we have quite the exposure to how this tool is used in various projects. These teams face similar challenges:
25
25
26
26
-**Build times** – No reuse of builds across CI jobs and development teams
27
27
-**Infrastructure control** – Need to host everything on their own infrastructure
28
-
-**Platform diversity** – Shipping to 10+ platforms beyond iOSand Android
28
+
-**Platform diversity** – Shipping to 10+ platforms beyond iOS, Android, and HarmonyOS (experimental)
29
29
-**Brownfield integration** – Embedding React Native in existing native apps
0 commit comments