Skip to content

Commit

Permalink
Merge pull request #849 from thundersdata-frontend/rn-issue
Browse files Browse the repository at this point in the history
fix: 修复CI在build时失败的问题
  • Loading branch information
chj-damon authored Apr 15, 2024
2 parents e4f3ef9 + 80b0202 commit b6c886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-tabs/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ComponentType, createElement, memo } from 'react';
import React, { ComponentType, createElement, memo } from 'react';
import { Animated, StyleProp, TextStyle, ViewStyle } from 'react-native';
import PagerView from 'react-native-pager-view';

Expand Down

0 comments on commit b6c886c

Please sign in to comment.