Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Oct 21, 2024
1 parent 0e93447 commit 7c8f587
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/slide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,11 @@ import Animated, {
withTiming,
withRepeat,
withSequence,
configureReanimatedLogger,
ReanimatedLogLevel,
} from 'react-native-reanimated';
import { Bubble, BubbleRef } from './ballon';
import { palette } from './theme/palette';
import { clamp } from './utils';

configureReanimatedLogger({
level: ReanimatedLogLevel.warn,
strict: false,
});
const formatSeconds = (second: number) => `${Math.round(second * 100) / 100}`;
const hitSlop = {
top: 12,
Expand Down

0 comments on commit 7c8f587

Please sign in to comment.