Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 24, 2023
1 parent 3b38058 commit a94bc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SplashScreenHider/index.native.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {useCallback, useRef} from 'react';
import PropTypes from 'prop-types';
import {StatusBar, StyleSheet} from 'react-native';
import {StyleSheet} from 'react-native';
import Reanimated, {useSharedValue, withTiming, Easing, useAnimatedStyle, runOnJS} from 'react-native-reanimated';
import BootSplash from '../../libs/BootSplash';
import Logo from '../../../assets/images/new-expensify-dark.svg';
Expand Down

0 comments on commit a94bc4f

Please sign in to comment.