mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
fixed type in file name
This commit is contained in:
parent
53d5521f99
commit
99734719e7
@ -22,12 +22,11 @@ import styles from './commentBodyStyles';
|
|||||||
// Services and Actions
|
// Services and Actions
|
||||||
import { writeToClipboard } from '../../../../utils/clipboard';
|
import { writeToClipboard } from '../../../../utils/clipboard';
|
||||||
import { toastNotification } from '../../../../redux/actions/uiAction';
|
import { toastNotification } from '../../../../redux/actions/uiAction';
|
||||||
import { LinkData } from './linkDataParser';
|
|
||||||
import getYoutubeId from '../../../../utils/getYoutubeId';
|
import getYoutubeId from '../../../../utils/getYoutubeId';
|
||||||
import VideoPlayerSheet from './videoPlayerSheet';
|
import VideoPlayerSheet from './videoPlayerSheet';
|
||||||
import { LongPressGestureHandler, State } from 'react-native-gesture-handler';
|
import { LongPressGestureHandler, State } from 'react-native-gesture-handler';
|
||||||
import { useCallback } from 'react';
|
import { useCallback } from 'react';
|
||||||
import HtmlRenderer from './htmlRederer';
|
import HtmlRenderer from './htmlRenderer';
|
||||||
|
|
||||||
const WIDTH = Dimensions.get('window').width;
|
const WIDTH = Dimensions.get('window').width;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user