Browse Source

Fix js installation step - malformed json

Closes #6107
Guy Carmeli 4 years ago
parent
commit
a57aba24cc
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      website/docs/docs-Installing.mdx

+ 5
- 3
website/docs/docs-Installing.mdx View File

43
 +     root: {
43
 +     root: {
44
 +       stack: {
44
 +       stack: {
45
 +         children: [
45
 +         children: [
46
-+           component: {
47
-+             name: 'com.myApp.WelcomeScreen'
48
-+           }
46
++           {
47
++             component: {
48
++               name: 'com.myApp.WelcomeScreen'
49
++             }
50
++           }  
49
 +         ]
51
 +         ]
50
 +       }
52
 +       }
51
 +     }
53
 +     }