Procházet zdrojové kódy

Use default animations in playground app

Animation debug flags were left on by mistake.
Guy Carmeli před 5 roky
rodič
revize
0299ef1f14
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      playground/src/flags.js

+ 2
- 2
playground/src/flags.js Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 module.exports = {
2 2
   showTextInputToTestKeyboardInteraction: false,
3
-  useSlowOpenScreenAnimations: true,
4
-  useSlideAnimation: true
3
+  useSlowOpenScreenAnimations: false,
4
+  useSlideAnimation: false
5 5
 };