Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 3c14702

Browse files
authored
Add React import (software-mansion#4532)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect. --> ## Summary Fixes software-mansion#4531. ## Test plan <!-- Provide a minimal but complete code snippet that can be used to test out this change along with instructions how to run it and a description of the expected behavior. -->
1 parent 663ee74 commit 3c14702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reanimated2/component/ScrollView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ForwardedRef, forwardRef, RefObject } from 'react';
1+
import React, { ForwardedRef, forwardRef, RefObject } from 'react';
22
import { ScrollView, ScrollViewProps } from 'react-native';
33
import type Animated from 'react-native-reanimated';
44
import createAnimatedComponent from '../../createAnimatedComponent';

0 commit comments

Comments
 (0)