SYMBOL INDEX (77 symbols across 49 files) FILE: src/@types/SceneName.ts type SceneName (line 1) | enum SceneName { FILE: src/@types/User.ts type User (line 1) | interface User { FILE: src/@types/react-navigation.d.ts type RootStackParamList (line 4) | type RootStackParamList = { type RootParamList (line 18) | interface RootParamList extends RootStackParamList {} FILE: src/@types/styled-components.d.ts type DefaultTheme (line 6) | interface DefaultTheme { FILE: src/components/Button/styles.ts type VariantProps (line 5) | interface VariantProps { type ContainerProps (line 8) | interface ContainerProps extends VariantProps, TouchableOpacityProps { FILE: src/components/FeedbackCard/styles.ts type IContainer (line 5) | interface IContainer { FILE: src/components/Input/index.tsx type SearchProps (line 6) | interface SearchProps extends TextInputProps { FILE: src/components/Loading.ts type LoadingProps (line 6) | interface LoadingProps { FILE: src/components/MainCard/components/Distance/index.tsx function Distance (line 7) | function Distance() { FILE: src/components/MainCard/components/Pagination/index.tsx function Pagination (line 5) | function Pagination({ pages, currentPage }) { FILE: src/components/MainCard/components/Pagination/styles.ts type IDot (line 19) | interface IDot { FILE: src/components/MainCard/components/PersonalInfo/index.tsx function PersonalInfo (line 5) | function PersonalInfo({ user }) { FILE: src/components/MainCard/index.tsx function VisitingCard (line 31) | function VisitingCard({ user, shouldShowPersonalInfo = true, ...props }:... FILE: src/components/Navbar/index.tsx constant NAVBAR_HEIGHT (line 8) | const NAVBAR_HEIGHT = 68; constant INDICATOR_WIDTH (line 20) | const INDICATOR_WIDTH = 15; function Navbar (line 22) | function Navbar({ FILE: src/components/RadioButtons/index.tsx type RadioButtonsProps (line 11) | interface RadioButtonsProps { FILE: src/components/RadioButtons/styles.ts type OptionButtonProps (line 5) | interface OptionButtonProps extends TouchableOpacityProps { FILE: src/components/SafeComponent/index.tsx function useIsOffline (line 60) | function useIsOffline() { type SafeComponentProps (line 73) | interface SafeComponentProps { function SafeComponent (line 79) | function SafeComponent({ FILE: src/components/Text.ts type TextProps (line 4) | interface TextProps { FILE: src/constants.ts constant CARD (line 5) | const CARD = { constant ACTION_OFFSET (line 12) | const ACTION_OFFSET = 100; constant ACTION_VELOCITY (line 13) | const ACTION_VELOCITY = 1000; constant ACTION_THRESHOLD (line 14) | const ACTION_THRESHOLD = 1 / 35; FILE: src/index.tsx function App (line 25) | function App() { FILE: src/services/utils.ts type ItemProps (line 15) | interface ItemProps { function removeDuplicates (line 20) | function removeDuplicates( FILE: src/store/reducers/index.ts type RootReducer (line 17) | type RootReducer = StateType; FILE: src/store/reducers/users/list.ts type Types (line 7) | enum Types { FILE: src/store/reducers/users/swipe.ts type Types (line 20) | enum Types { FILE: src/themes.ts type Font (line 3) | enum Font { FILE: src/views/Chat/components/Feedback.tsx type FeedbackStatus (line 6) | enum FeedbackStatus { function Feedback (line 12) | function Feedback({ status, ...rest }) { FILE: src/views/Chat/components/Header/index.tsx function Component (line 9) | function Component() { FILE: src/views/Chat/components/Message/index.tsx function Component (line 13) | function Component(props) { FILE: src/views/Chat/components/Message/styles.ts type MessageProps (line 6) | interface MessageProps { FILE: src/views/Chat/components/NextDay/index.tsx function Component (line 6) | function Component({ message, nextMessage }: any) { FILE: src/views/Chat/components/Send/index.tsx function Component (line 5) | function Component() { FILE: src/views/Chat/components/Send/useSendMessage.ts function Component (line 7) | function Component() { FILE: src/views/Chat/index.tsx type IChat (line 15) | type IChat = RouteProp; function Chat (line 17) | function Chat() { FILE: src/views/Chat/store/reducers.ts type Message (line 6) | interface Message { type State (line 14) | interface State { constant INITIAL_STATE (line 27) | const INITIAL_STATE: State = { type Types (line 32) | enum Types { FILE: src/views/EditProfile/index.tsx type Positions (line 63) | interface Positions { FILE: src/views/EditProfile/styles.ts type BottomPaddingProps (line 64) | interface BottomPaddingProps { FILE: src/views/Messages/components/Message/styles.ts constant PICTURE_SIZE (line 12) | const PICTURE_SIZE = 55; FILE: src/views/Messages/index.tsx function Component (line 11) | function Component() { FILE: src/views/OneTimeCode/components/CodeInput/index.tsx type ICodeInput (line 9) | interface ICodeInput { FILE: src/views/OneTimeCode/components/CodeInput/styles.ts type ICodeInputNumber (line 4) | interface ICodeInputNumber { FILE: src/views/OneTimeCode/components/CustomKeyboard/index.tsx type KeyTypes (line 12) | enum KeyTypes { type IKey (line 17) | interface IKey { FILE: src/views/OneTimeCode/index.tsx constant CODE_LENGTH (line 24) | const CODE_LENGTH = 4; constant INITIAL_TIMEOUT_IN_SECONDS (line 25) | const INITIAL_TIMEOUT_IN_SECONDS = 50; constant RESEND_TIMEOUT_IN_SECONDS (line 26) | const RESEND_TIMEOUT_IN_SECONDS = 50; FILE: src/views/Swipe/components/SwipeHandler/hooks/useSwipeGesture.ts type AnimatedGHContext (line 16) | type AnimatedGHContext = { type Translation (line 21) | type Translation = { type ICoordinates (line 26) | type ICoordinates = { type Swipe (line 31) | enum Swipe { type ISwipeGesture (line 97) | interface ISwipeGesture { FILE: src/views/Swipe/components/SwipeHandler/index.tsx constant ROTATION_DEG (line 18) | const ROTATION_DEG = 8; type ISwipeHandler (line 20) | interface ISwipeHandler { type ISwipeHandlerRef (line 24) | interface ISwipeHandlerRef { FILE: src/views/Swipe/components/SwipeRequestFeedback/index.tsx function SwipeRequestFeedback (line 29) | function SwipeRequestFeedback() { FILE: src/views/UserProfile/components/GoBack/styles.ts constant BACK_CONTAINER_SIZE (line 4) | const BACK_CONTAINER_SIZE = 60; FILE: src/views/UserProfile/index.tsx type TeaserTypes (line 34) | enum TeaserTypes { FILE: src/views/UserProfile/styles.ts constant ASPECT_RATIO (line 7) | const ASPECT_RATIO = 4 / 3; constant MAX_HEIGHT (line 8) | const MAX_HEIGHT = height * 0.7; constant MIN_HEIGHT (line 9) | const MIN_HEIGHT = height * 0.4; constant IDEAL_HEIGHT (line 10) | const IDEAL_HEIGHT = width * ASPECT_RATIO; constant CARD_HEIGHT (line 12) | const CARD_HEIGHT = clamp(IDEAL_HEIGHT, MIN_HEIGHT, MAX_HEIGHT); FILE: src/views/index.routes.tsx function Router (line 75) | function Router() {