Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezguillaume committed Feb 3, 2024
1 parent 5f38cfe commit a48eb2e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions components/Background.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {memo, useEffect} from 'react'
import {StyleSheet} from 'react-native'
import {Box, useColorMode} from 'native-base'
// FIXME: https://github.com/software-mansion/react-native-reanimated/issues/3614
// eslint-disable-next-line import/default
import Animated, {
interpolateColor,
useAnimatedStyle,
Expand Down
2 changes: 0 additions & 2 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {
} from 'native-base'
import {memo, useMemo} from 'react'
import {StyleSheet, Platform, LayoutChangeEvent} from 'react-native'
// FIXME: https://github.com/software-mansion/react-native-reanimated/issues/3614
// eslint-disable-next-line import/default
import Animated, {
Extrapolation,
interpolate,
Expand Down
2 changes: 0 additions & 2 deletions components/TabView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
useState,
} from 'react'
import {Dimensions, Platform, ScrollViewProps, StyleSheet} from 'react-native'
// FIXME: https://github.com/software-mansion/react-native-reanimated/issues/3614
// eslint-disable-next-line import/default
import Animated, {
Extrapolate,
interpolate,
Expand Down
2 changes: 0 additions & 2 deletions screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import {NativeStackScreenProps} from '@react-navigation/native-stack'
import {Box, Divider, Text} from 'native-base'
import {FC, useCallback, useState} from 'react'
import {LayoutChangeEvent, ListRenderItem, StyleSheet} from 'react-native'
// FIXME: https://github.com/software-mansion/react-native-reanimated/issues/3614
// eslint-disable-next-line import/default
import Animated, {useSharedValue} from 'react-native-reanimated'
import {Route} from 'react-native-tab-view'
import {useTheme} from '@react-navigation/native'
Expand Down

0 comments on commit a48eb2e

Please sign in to comment.