@@ -46,17 +46,17 @@ A starting point to help you set up your project quickly and use the common comp
46
46
47
47
> This will copy the folder ` react-native-reusables/apps/starter-base ` , paste it as a sibling, and rename it to your new project name.
48
48
49
- <StarlightCode lang = ' bash' title = " bash" code = " cp -R react-native-reusables/apps /starter-base/ ./my-project" />
49
+ <StarlightCode lang = ' bash' title = " bash" code = " cp -R react-native-reusables/packages/templates /starter-base/ ./my-project" />
50
50
51
51
<br />
52
52
53
53
<Tabs >
54
54
<TabItem label = " npm" >
55
55
56
- 3 . Change Directory to your project (replace ` my-project ` with your project's name) and install the dependencies
56
+ 3 . Change Directory to your project (replace ` my-project ` with your project's name), install the dependencies, and fix packages if needed.
57
57
58
58
``` bash
59
- cd my-project && npm install
59
+ cd my-project && npm install && npx expo install --fix
60
60
```
61
61
<br />
62
62
@@ -82,10 +82,10 @@ A starting point to help you set up your project quickly and use the common comp
82
82
</TabItem >
83
83
<TabItem label = " yarn" >
84
84
85
- 3 . Change Directory to your project (replace ` my-project ` with your project's name) and install the dependencies
85
+ 3 . Change Directory to your project (replace ` my-project ` with your project's name), install the dependencies, and fix packages if needed.
86
86
87
87
``` bash
88
- cd my-project && yarn install
88
+ cd my-project && yarn install && npx expo install --fix
89
89
```
90
90
91
91
<br />
@@ -118,10 +118,10 @@ A starting point to help you set up your project quickly and use the common comp
118
118
</Aside >
119
119
120
120
121
- 3 . Change Directory to your project (replace ` my-project ` with your project's name) and install the dependencies
121
+ 3 . Change Directory to your project (replace ` my-project ` with your project's name), install the dependencies, and fix packages if needed.
122
122
123
123
``` bash
124
- cd my-project && pnpm install
124
+ cd my-project && pnpm install && npx expo install --fix
125
125
```
126
126
127
127
<br />
0 commit comments