Skip to content

Commit

Permalink
Remove deprecated property
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Oct 24, 2024
1 parent 55b9f9a commit d281bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/components/button/actionbutton/ActionButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const ActionButton = (props: ActionButtonProps) => {
{(context: UiContext) => (
<TouchableOpacity
style={[DEFAULT_ACTION_BUTTON_STYLE, style]}
tvParallaxProperties={{ enabled: false }}
onPress={onTouch}
onFocus={() => {
context.ui.onUserAction_();
Expand Down

0 comments on commit d281bc6

Please sign in to comment.