Explorar el Código

update app/pages/home/Notify.js

wudebin hace 5 meses
padre
commit
93f6b804eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Strides-SPAPP/app/pages/home/Notify.js

+ 1 - 1
Strides-SPAPP/app/pages/home/Notify.js

@@ -6,7 +6,7 @@ import Dialog from '../../components/Dialog';
 import apiUpload from '../../api/apiUpload';
 import app from '../../../app.json'
 import utils from '../../utils/utils';
-import Skeleton from 'react-native-reanimated-skeleton';
+import Skeleton from '../../components/VbeSkeleton';
 
 export default class Notify extends Component {
   constructor(props) {