Kaynağa Gözat

Fix js installation step - malformed json

Closes #6107
Guy Carmeli 4 yıl önce
ebeveyn
işleme
a57aba24cc
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 5
    3
      website/docs/docs-Installing.mdx

+ 5
- 3
website/docs/docs-Installing.mdx Dosyayı Görüntüle

@@ -43,9 +43,11 @@ import App from "./App";
43 43
 +     root: {
44 44
 +       stack: {
45 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
 +     }