MCPcopy Create free account

hub / github.com/FouadMagdy01/RNCopilot / functions

Functions160 in github.com/FouadMagdy01/RNCopilot

FunctionLoading
({ message, fullScreen = false, size = 'large', accessibilityLabel, }: LoadingProps)
src/common/components/Loading/Loading.tsx:15
FunctionMainLayout
()
app/(main)/_layout.tsx:4
FunctionMenu
({ visible, onDismiss, anchor, items }: MenuProps)
src/common/components/Menu/Menu.tsx:38
FunctionNotFoundScreen
()
app/+not-found.tsx:6
FunctionPressableCard
({ onPress, children, style, ...rest }: { onPress: () => void; children: React.ReactNode; style?
src/common/components/Card/Card.tsx:47
FunctionProgressBar
({ value = 0, size = 'md', colorScheme = 'primary', indeterminate = false, accessibilityLabel, }: Pr
src/common/components/ProgressBar/ProgressBar.tsx:21
FunctionQueryProvider
({ children }: QueryProviderProps)
src/providers/query/QueryProvider.tsx:12
FunctionRadioGroup
({ value, onChange, options, orientation = 'vertical', size = 'md', }: RadioGroupProps)
src/common/components/RadioGroup/RadioGroup.tsx:22
FunctionRadioItem
({ label, selected, disabled, onPress, }: { label: string; selected: boolean; disabled?: boolean
src/common/components/RadioGroup/RadioGroup.tsx:49
FunctionRootLayout
()
app/_layout.tsx:60
FunctionRootNavigator
()
app/_layout.tsx:33
FunctionScreenContainer
({ children, scrollable = false, padded = true, edges = ['top'], style, }: ScreenContainerProps)
src/common/components/ScreenContainer/ScreenContainer.tsx:15
FunctionSearchBar
({ value, onChangeText, placeholder, onSubmit, onClear, loading = false, autoFocus = false, si
src/common/components/SearchBar/SearchBar.tsx:21
FunctionSegmentItem
({ option, index, isSelected, disabled, indicatorPosition, inverseColor, secondaryColor, onPre
src/common/components/SegmentedControl/SegmentedControl.tsx:86
FunctionSegmentedControl
({ value, onChange, options, size = 'md', disabled = false, }: SegmentedControlProps)
src/common/components/SegmentedControl/SegmentedControl.tsx:30
FunctionSelect
({ value, onChange, options, placeholder, label, error, disabled = false, size = 'md', }: Sele
src/common/components/Select/Select.tsx:28
FunctionSettingsTab
()
app/(main)/(tabs)/settings.tsx:6
FunctionSkeleton
({ variant = 'rect', width, height, animated = true }: SkeletonProps)
src/common/components/Skeleton/Skeleton.tsx:19
FunctionSnackbar
({ visible, message, action, duration = 4000, onDismiss, variant = 'neutral', }: SnackbarProps)
src/common/components/Snackbar/Snackbar.tsx:26
FunctionSwitch
({ value, onValueChange, disabled = false, size = 'md', label, }: SwitchProps)
src/common/components/Switch/Switch.tsx:15
FunctionTabBar
({ state, descriptors, navigation }: TabBarProps)
src/common/components/TabBar/TabBar.tsx:25
FunctionTabLayout
()
app/(main)/(tabs)/_layout.tsx:5
FunctionText
({ variant = 'body', weight, color, align, style, children, ...rest }: TextProps)
src/common/components/Text/Text.tsx:15
FunctionTextArea
({ numberOfLines = 4, maxLength, showCount = false, value, style, ...rest }: TextAreaProps)
src/common/components/TextArea/TextArea.tsx:22
FunctionapplyThemePreset
(preset: ThemePresetName)
src/theme/themeManager.ts:10
Functionclear
()
src/utils/storage/storage.ts:125
MethodcomponentDidCatch
(error: Error, errorInfo: ErrorInfo)
src/common/components/ErrorBoundary/ErrorBoundary.tsx:55
Functionerror
(message: string, options?: ToastOptions)
src/utils/toast.ts:20
Functionerror
(message)
scripts/migrate.js:82
FunctiongetAllKeys
()
src/utils/storage/storage.ts:139
MethodgetDerivedStateFromError
(error: Error)
src/common/components/ErrorBoundary/ErrorBoundary.tsx:51
FunctiongetInitialThemeName
()
src/theme/unistyles.ts:10
FunctiongetSession
()
src/features/auth/services/authService.ts:37
FunctiongetStorageSize
()
src/utils/storage/storage.ts:184
FunctionhandleClear
()
src/common/components/SearchBar/SearchBar.tsx:34
FunctionhandleContainerLayout
(e: LayoutChangeEvent)
src/common/components/TabBar/TabBar.tsx:40
FunctionhasItem
(key: StorageKey)
src/utils/storage/storage.ts:153
Functionhide
()
src/utils/toast.ts:50
Functioninfo
(message: string, options?: ToastOptions)
src/utils/toast.ts:30
FunctioninitializeTheme
()
src/theme/themeManager.ts:47
FunctionisDev
()
src/config/env.ts:23
FunctionisProd
()
src/config/env.ts:26
Functionlogin
(_params: LoginParams)
src/features/auth/services/authService.ts:23
Functionlogout
()
src/features/auth/services/authService.ts:33
FunctiononLongPress
()
src/common/components/TabBar/TabBar.tsx:81
FunctiononPress
()
src/common/components/TabBar/TabBar.tsx:69
Functionregister
(_params: RegisterParams)
src/features/auth/services/authService.ts:28
Methodrender
()
src/common/components/ErrorBoundary/ErrorBoundary.tsx:66
FunctionresponsiveHeight
(height: number | string)
src/theme/metrics.ts:61
FunctionresponsiveWidth
(width: number | string)
src/theme/metrics.ts:53
Functionsuccess
(message: string, options?: ToastOptions)
src/utils/toast.ts:10
FunctiontoggleDarkMode
(isDark: boolean)
src/theme/themeManager.ts:17
FunctionuseAuthInit
()
src/providers/auth/authStore.ts:54
FunctionuseBottomPadding
()
src/hooks/useBottomPadding.ts:8
FunctionuseNetworkStatus
()
src/hooks/useNetworkStatus.ts:5
FunctionuseProtectedRoute
()
src/hooks/useProtectedRoute.ts:5
FunctionuseScreenDimensions
()
src/hooks/useScreenDimensions.ts:19
FunctionuseStorageBoolean
( key: StorageKey, options?: UseStorageOptions<boolean> )
src/utils/storage/useStorage.ts:99
FunctionvalidateEnv
()
src/config/env.ts:31
Functionwarning
(message: string, options?: ToastOptions)
src/utils/toast.ts:40
← previous101–160 of 160, ranked by callers