Skip to content

Commit

Permalink
Replaced animated ellipsis lib (removes deprecated prop-types).
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Sep 4, 2024
1 parent 1e48a08 commit d19f407
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 180 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useContext, useEffect, useState } from 'react';
import { useAsyncCallback } from 'react-async-hook';
import { Text, View } from 'react-native';
import AnimatedEllipsis from 'rn-animated-ellipsis';
import AnimatedEllipsis from 'react-native-animated-ellipsis';

import ConfirmModal from '../ConfirmModal/ConfirmModal';
import { useAppDispatch, useDynamicStyles } from '../../hooks';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { View } from 'react-native';
import AnimatedEllipsis from 'rn-animated-ellipsis';
import AnimatedEllipsis from 'react-native-animated-ellipsis';
import { useDynamicStyles } from '../../hooks';

import dynamicStyleSheet from './LoadingIndicatorDots.styles';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ declare module '@digitalcredentials/lru-memoize';
declare module 'jsonld-document-loader';
declare module '@interop/did-web-resolver';
declare module 'json-canonicalize';
declare module 'react-native-animated-ellipsis';
declare module 'react-native-html-to-pdf';
declare module 'react-native-keychain';
declare module 'react-native-receive-sharing-intent';
declare module 'react-native-swipeable';
declare module 'react-hooks-outside';
declare module 'validator';
declare module '@microsoft/msrcrypto';

declare module '*.png';
declare module '*.json';
5 changes: 0 additions & 5 deletions index.d.ts

This file was deleted.

371 changes: 199 additions & 172 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"react-async-hook": "^4.0.0",
"react-hooks-outside": "^1.0.3",
"react-native": "0.73.4",
"react-native-animated-ellipsis": "^2.0.0",
"react-native-circular-progress": "^1.3.7",
"react-native-device-info": "^10.12.0",
"react-native-document-picker": "^8.2.2",
Expand Down Expand Up @@ -104,7 +105,6 @@
"react-native-vision-camera": "^3.8.2",
"react-redux": "^7.2.4",
"realm": "^11.10.2",
"rn-animated-ellipsis": "^2.1.3",
"text-encoding": "^0.7.0",
"util": "^0.10.4",
"validator": "^13.11.0"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d19f407

Please sign in to comment.