Skip to content

Commit

Permalink
Merge pull request #818 from thundersdata-frontend/rn-issue
Browse files Browse the repository at this point in the history
fix: 修复github action构建失败的问题
  • Loading branch information
chj-damon authored Jan 10, 2024
2 parents e127d32 + 7e1974a commit cd2835b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/react-native/src/float-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ import Animated, {
} from 'react-native-reanimated';
import { useSafeAreaInsets } from 'react-native-safe-area-context';

import { Box, Flex, helpers, Text, Theme, useTheme } from '@td-design/react-native';
import { useTheme } from '@shopify/restyle';
import { useSafeState } from '@td-design/rn-hooks';

import Box from '../box';
import Flex from '../flex';
import helpers from '../helpers';
import Text from '../text';
import { Theme } from '../theme';
import PlusIcon from './PlusIcon';

interface FloatButtonItem {
Expand Down

0 comments on commit cd2835b

Please sign in to comment.