File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed
documentation/docs/2_Getting Started Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Follow instructions for your given `development OS` and `target OS`.
32
32
To create a new project using the boilerplate simply run :
33
33
34
34
```
35
- npx react-native init MyApp --template thecodingmachine/react-native-boilerplate
35
+ npx react-native init MyApp --template @ thecodingmachine/react-native-boilerplate
36
36
```
37
37
38
38
Assuming you have all the requirements installed, you can setup and run the project by running:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You also need to install the dependencies required by React Native:
17
17
To create a new project using the boilerplate simply run :
18
18
19
19
```
20
- npx react-native init MyApp --template thecodingmachine/react-native-boilerplate
20
+ npx react-native init MyApp --template @ thecodingmachine/react-native-boilerplate
21
21
```
22
22
23
23
## Running the project
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " thecodingmachine- react-native-boilerplate" ,
2
+ "name" : " @ thecodingmachine/ react-native-boilerplate" ,
3
3
"version" : " 2.0.0" ,
4
4
"description" : " TheCodingMachine React Native Boilerplate" ,
5
- "repository" :
" [email protected] :thecodingmachine/react-native-boilerplate.git" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/thecodingmachine/react-native-boilerplate.git"
8
+ },
6
9
"author" :
" TheCodingMachine Lyon <[email protected] >" ,
7
- "license" : " MIT"
10
+ "license" : " MIT" ,
11
+ "bugs" : {
12
+ "url" : " https://github.com/thecodingmachine/react-native-boilerplate/issues"
13
+ },
14
+ "homepage" : " https://github.com/thecodingmachine/react-native-boilerplate#readme" ,
15
+ "main" : " post-init.script.js" ,
16
+ "scripts" : {
17
+ "test" : " echo \" Error: no test specified\" && exit 1"
18
+ },
19
+ "keywords" : [
20
+ " react" ,
21
+ " native" ,
22
+ " boilerplate" ,
23
+ " thecodingmachine" ,
24
+ " react-native" ,
25
+ " starter-kit"
26
+ ]
8
27
}
You can’t perform that action at this time.
0 commit comments