瀏覽代碼

Fix diff not rendering properly (#3751)

The diff does not render properly on https://wix.github.io/react-native-navigation/v2/#/docs/Installing?id=you-can-use-react-native-navigation-o. I believe the proposed change should fix this.
VasiliMoisiadis 6 年之前
父節點
當前提交
bae075b495
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      docs/docs/Installing.md

+ 1
- 0
docs/docs/Installing.md 查看文件

@@ -357,3 +357,4 @@ import App from "./App";
357 357
 +    }
358 358
 +  });
359 359
 +});
360
+```