From 174806dadc7489ff52120f824f99eb2b4b3d71f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Viande?= Date: Tue, 1 Oct 2019 15:50:59 +0200 Subject: [PATCH] React-navigation upgrade --- lib/Layout.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Layout.js b/lib/Layout.js index 479c529..0fc8cdf 100644 --- a/lib/Layout.js +++ b/lib/Layout.js @@ -6,7 +6,7 @@ import { StyleSheet, } from 'react-native'; -import { Header } from 'react-navigation'; +import { Header } from 'react-navigation-stack'; import Constants from 'expo-constants'; const X_WIDTH = 375; diff --git a/package.json b/package.json index a1b5d94..0e352a0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "peerDependencies": { "react-native": "*", - "react-navigation": "*" + "react-navigation-stack": "*" }, "devDependencies": { "babel-preset-expo": "^5.0.0",