Parcourir la source

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 il y a 6 ans
Parent
révision
bae075b495
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      docs/docs/Installing.md

+ 1
- 0
docs/docs/Installing.md Voir le fichier

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