Browse Source

Navigaton gestures 로 인해 player 오류 발생 gestures off

goodboy 6 years ago
parent
commit
93767c6972
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/navigation/SwitchNavigator.js

+ 6 - 1
src/navigation/SwitchNavigator.js

@@ -35,7 +35,12 @@ const SwitchNavigator = createStackNavigator(
     AcceptTerms,
     Guide1,
     Guide2,
-    Root,
+    Root: {
+      screen: Root,
+      navigationOptions: () => ({
+        gesturesEnabled: false,
+      })
+    },
     Setting,
 
     AccountInfo,