Skip to content

Commit

Permalink
fix(updater): markdown library path
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Nov 29, 2023
1 parent b0424fd commit 49294b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/updater.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { BottomSheetModal } from '@gorhom/bottom-sheet';
import Markdown from '@jonasmerlin/react-native-markdown-display';
import axios from 'axios';
import * as FileSystem from 'expo-file-system';
import * as IntentLauncher from 'expo-intent-launcher';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { Platform } from 'react-native';
import Markdown from 'react-native-markdown-display';

import { Env } from '@/core/env';

Expand Down

0 comments on commit 49294b0

Please sign in to comment.