TP-60588 | Code push loading screen
This commit is contained in:
@@ -42,10 +42,9 @@ const CodePushLoadingModal = forwardRef<CodePushLoadingModalRef>((_, ref) => {
|
||||
/>
|
||||
</View>
|
||||
|
||||
|
||||
{progress ? (
|
||||
<View>
|
||||
<Text style={styles.header}>Updating to a newer version...</Text>
|
||||
<Text style={styles.header}>Updating to a newer version...</Text>
|
||||
<ProgressBar progress={progress?.receivedBytes / progress?.totalBytes} />
|
||||
<Text style={styles.progressText}>
|
||||
{getInMb(progress?.receivedBytes)} / {getInMb(progress?.totalBytes)}
|
||||
|
||||
Reference in New Issue
Block a user