NTP-47546 | Code Push Changes | Yash (#1121)
Co-authored-by: Aman Singh <aman.singh@navi.com>
This commit is contained in:
@@ -2,12 +2,16 @@ import { COLORS } from '@rn-ui-lib/colors';
|
||||
import ProgressBar from './ProgressBar';
|
||||
import React, { forwardRef, useImperativeHandle, useState } from 'react';
|
||||
import { View, StyleSheet, ActivityIndicator } from 'react-native';
|
||||
import { DownloadProgress } from 'react-native-code-push';
|
||||
import ModalWrapperForAlfredV2 from '@common/ModalWrapperForAlfredV2';
|
||||
import Text from '@rn-ui-lib/components/Text';
|
||||
import NaviLogoWithTextIcon from '@rn-ui-lib/icons/NaviLogoWithTextIcon';
|
||||
import { GenericStyles } from '@rn-ui-lib/styles';
|
||||
|
||||
interface DownloadProgress {
|
||||
totalBytes: number;
|
||||
receivedBytes: number;
|
||||
}
|
||||
|
||||
export interface CodePushLoadingModalRef {
|
||||
show: () => void;
|
||||
hide: () => void;
|
||||
|
||||
Reference in New Issue
Block a user