Skip to content

Commit

Permalink
chore: moved hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz committed Dec 15, 2024
1 parent 1dbd612 commit 7e928ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ import { useRef, useState } from 'react'
import { Animated } from 'react-native'
import { useNavigation } from '@react-navigation/native'

import { useFolderSelection } from '@context/folder-selection'
import { NoteDetailScreenNavigationProp } from '@navigation/types'
import { useFolderSelection } from '@context/folder-selection'
import { useNoteOperations } from '@hooks/use-note-operations'
import { useAudioRecorder } from '@hooks/use-audio-recorder'
import { useFileUpload } from '@hooks/use-file-upload'
import { useToast } from '@hooks/use-toast'

import { useAudioRecorder } from './use-audio-recorder'
import { useFileUpload } from './use-file-upload'

const pressAnimationDuration = 190
const releaseAnimationDuration = 150

Expand Down

0 comments on commit 7e928ae

Please sign in to comment.