From 3a44597b955fbb24dfc3cc9b5b484bfb2765ea13 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Wed, 5 Sep 2018 17:42:18 +0200 Subject: [PATCH] Update wrong link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b52d4fb..eb1ffb5a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This boilerplate contains: - an empty React Native application created with `react-native init` - [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native - a [directory layout](#directory-layout) for organizing the code of the application -- a navigation using [react-native-navigation](https://github.com/wix/react-native-navigation) +- a navigation using [react-native-navigation](https://reactnavigation.org) ## Directory layout