Skip to content

Commit b76ea04

Browse files
committed
fix
1 parent a5f7640 commit b76ea04

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ A familiar CLI that helps you develop, run, and build your app. Migrate from Com
2828

2929
## Installation
3030

31-
Rock is designed for incremental adoption. Whether you're just starting with React Native in your iOS or Android app, or want to migrate from the React Native Community CLI, you can do it step by step.
31+
Choose your path based on your current situation:
3232

33-
### Migrating an existing Community CLI project
33+
### Creating a new project
3434

35-
To migrate an existing project, open a terminal in your project root and run:
35+
> **Consider Expo First**
36+
> For **new projects**, we recommend starting with [Expo](https://expo.dev) for the best developer experience and similar remote caching capabilities. Rock is designed for teams who have outgrown the Community CLI.
37+
38+
To create a fresh React Native app with Rock, open a terminal and run:
3639

3740
```shell
3841
npm create rock
3942
```
4043

41-
### Creating a new project
44+
### Migrating an existing Community CLI project
4245

43-
To create a fresh React Native app with Rock, open a terminal and run:
46+
To migrate an existing project, open a terminal in your project root and run:
4447

4548
```shell
4649
npm create rock

packages/cli/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ A familiar CLI that helps you develop, run, and build your app. Migrate from Com
2828

2929
## Installation
3030

31-
Rock is designed for incremental adoption. Whether you're just starting with React Native in your iOS or Android app, or want to migrate from the React Native Community CLI, you can do it step by step.
31+
Choose your path based on your current situation:
3232

33-
### Migrating an existing Community CLI project
33+
### Creating a new project
3434

35-
To migrate an existing project, open a terminal in your project root and run:
35+
> [!TIP]
36+
> For **new projects**, we recommend starting with [Expo](https://expo.dev) for the best developer experience and similar remote caching capabilities. Rock is designed for teams who have outgrown the Community CLI.
37+
38+
To create a fresh React Native app with Rock, open a terminal and run:
3639

3740
```shell
3841
npm create rock
3942
```
4043

41-
### Creating a new project
44+
### Migrating an existing Community CLI project
4245

43-
To create a fresh React Native app with Rock, open a terminal and run:
46+
To migrate an existing project, open a terminal in your project root and run:
4447

4548
```shell
4649
npm create rock

0 commit comments

Comments
 (0)