From a28a8b1dc9483c2b875fd42e253220dd38f67d3e Mon Sep 17 00:00:00 2001 From: Paul-Henri Koeck Date: Tue, 27 Nov 2018 20:09:41 +0100 Subject: [PATCH] Fix for NavigationPlayground red box (duplicate native module) (#5294) Solves https://github.com/react-navigation/react-navigation/issues/5293 --- .../react-navigation/examples/NavigationPlayground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-navigation/examples/NavigationPlayground/package.json b/packages/react-navigation/examples/NavigationPlayground/package.json index 126d1182..0b3e2d41 100644 --- a/packages/react-navigation/examples/NavigationPlayground/package.json +++ b/packages/react-navigation/examples/NavigationPlayground/package.json @@ -4,7 +4,7 @@ "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { - "postinstall": "rm -rf node_modules/react-native-screens", + "postinstall": "rm -rf node_modules/react-native-screens && rm -rf node_modules/react-native-gesture-handler", "start": "expo start", "android": "expo start --android", "ios": "expo start --ios",