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/getting-started/migrating-from-community-cli.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@ import { PackageManagerTabs } from 'rspress/theme';
2
2
3
3
# Migrating from Community CLI
4
4
5
+
## Automatic Migration
6
+
7
+
You can automate all the migration steps below by running the following command in your existing React Native project. The CLI will detect your project and guide you through the migration process interactively, automatically updating all necessary files and configurations.
8
+
9
+
<PackageManagerTabscommand="create rock" />
10
+
11
+
## Manual Migration
12
+
13
+
If you prefer to do it manually or encounter any issues, follow the steps below.
14
+
5
15
1. Install dev dependencies:
6
16
7
17
<PackageManagerTabscommand="install -D rock @rock-js/plugin-metro @rock-js/platform-android @rock-js/platform-ios" />
0 commit comments