Skip to content

Commit

Permalink
Revert "* fix shadow artifacts on Android (use needsOffscreenAlphaCom…
Browse files Browse the repository at this point in the history
…positing={true})"

This reverts commit 4cb8266.
  • Loading branch information
PdoubleU committed Nov 3, 2023
1 parent 4cb8266 commit 6183939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/renderers/AnimationRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Props = {

export const AnimationRenderer = ({ children, animationAPI, state }: Props) => {
return (
<Animated.View style={[animationAPI.animatedStyles]} needsOffscreenAlphaCompositing>
<Animated.View style={[animationAPI.animatedStyles]}>
{state.notificationEvent && (
<LongPressGestureHandler
minDurationMs={800}
Expand Down

0 comments on commit 6183939

Please sign in to comment.