Skip to content

Commit

Permalink
Fix for NavigationPlayground red box (duplicate native module) (#5294)
Browse files Browse the repository at this point in the history
Solves #5293
  • Loading branch information
koheku authored and brentvatne committed Nov 27, 2018
1 parent 03be032 commit 4eec187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NavigationPlayground/package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4eec187

Please sign in to comment.