Skip to content

Commit

Permalink
Add ViewStyle type
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed Dec 12, 2024
1 parent 6d05428 commit 5fa603a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-reanimated/__tests__/props.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { View, Pressable, ViewStyle, Text } from 'react-native';
import { View, Pressable, type ViewStyle, Text } from 'react-native';
import { render, fireEvent } from '@testing-library/react-native';
import Animated, {
interpolate,
Expand Down

0 comments on commit 5fa603a

Please sign in to comment.