Explorar el Código

IOS에서 메인화면에 그림자가 있을 경우 깜빡임 증상 위해 shadow 삭제

goodboy hace 6 años
padre
commit
078133293e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/PlayerGesture.js

+ 2 - 2
src/pages/PlayerGesture.js

@@ -205,9 +205,9 @@ const Player = props => {
             zIndex: 10,
             marginTop: statusBarHeight,
             transform: [{ translateY }],
-            ...shadow,
+            alignItems: 'center',
             height: mainPlayerContainerHeight,
-            
+        
           }}
         >
           <Animated.View