Skip to content

Commit ecba161

Browse files
chore: add react import
1 parent 3bf644e commit ecba161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
22-
22+
import * as React from 'react';
2323
import Animated, { cubicBezier } from 'react-native-reanimated';
2424
import type { CSSStyleDeclaration } from 'react-native-reanimated/lib/typescript/css/types';
2525

0 commit comments

Comments
 (0)