ソースを参照

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
+```