Fix for NavigationPlayground red box (duplicate native module) (#5294)

Solves https://github.com/react-navigation/react-navigation/issues/5293
This commit is contained in:
Paul-Henri Koeck
2018-11-27 20:09:41 +01:00
parent 9bce6f5763
commit a28a8b1dc9

View File

@@ -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",