MM-58137 Fix crash by importing the correct Animated component (#7937)
This commit is contained in:
parent
2eb8adb3f6
commit
1fd32bbab5
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
// See LICENSE.txt for license information.
|
||||
|
||||
import React, {useCallback, useEffect, useRef, useState} from 'react';
|
||||
import {Animated, StyleSheet, TouchableWithoutFeedback, View} from 'react-native';
|
||||
import {StyleSheet, TouchableWithoutFeedback, View} from 'react-native';
|
||||
import Animated from 'react-native-reanimated';
|
||||
|
||||
import {getRedirectLocation} from '@actions/remote/general';
|
||||
import FileIcon from '@components/files/file_icon';
|
||||
|
|
|
|||
Loading…
Reference in a new issue