Explorar o código

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

goodboy %!s(int64=6) %!d(string=hai) anos
pai
achega
078133293e
Modificáronse 1 ficheiros con 2 adicións e 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