|
@@ -11,7 +11,7 @@ import { MyRefreshProps } from '../../components/ThemesConfig';
|
|
|
import utils from '../../utils/utils';
|
|
import utils from '../../utils/utils';
|
|
|
import { PageList } from '../Router';
|
|
import { PageList } from '../Router';
|
|
|
import TextView from '../../components/TextView';
|
|
import TextView from '../../components/TextView';
|
|
|
-import Skeleton from 'react-native-reanimated-skeleton';
|
|
|
|
|
|
|
+import Skeleton from '../../components/VbeSkeleton';
|
|
|
|
|
|
|
|
export default class SummaryV3 extends Component {
|
|
export default class SummaryV3 extends Component {
|
|
|
constructor(props) {
|
|
constructor(props) {
|