We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4370b8f commit 8bd9f9bCopy full SHA for 8bd9f9b
src/components/expandableSection/index.tsx
@@ -3,7 +3,7 @@ import {LayoutAnimation, StyleSheet} from 'react-native';
3
import View from '../view';
4
import TouchableOpacity from '../touchableOpacity';
5
import {useDidUpdate} from 'hooks';
6
-import {Dividers} from 'react-native-ui-lib';
+import {Dividers} from '../../style';
7
8
export type ExpandableSectionProps = {
9
/**
0 commit comments