MCPcopy Create free account

hub / github.com/infinitered/ignite / functions

Functions366 in github.com/infinitered/ignite

FunctionControlledCheckbox
(props: CheckboxToggleProps)
boilerplate/app/screens/DemoShowroomScreen/demos/DemoToggle.tsx:17
FunctionControlledRadio
(props: RadioToggleProps)
boilerplate/app/screens/DemoShowroomScreen/demos/DemoToggle.tsx:22
FunctionControlledSwitch
(props: SwitchToggleProps)
boilerplate/app/screens/DemoShowroomScreen/demos/DemoToggle.tsx:27
FunctionDemoCommunityScreen
(_props)
boilerplate/app/screens/DemoCommunityScreen.tsx:20
FunctionDemoDebugScreen
( _props, )
boilerplate/app/screens/DemoDebugScreen.tsx:34
FunctionDemoDivider
(props: DemoDividerProps)
boilerplate/app/screens/DemoShowroomScreen/DemoDivider.tsx:18
FunctionDemoNavigator
()
boilerplate/app/navigators/DemoNavigator.tsx:26
FunctionDemoPodcastListScreen
(_props)
boilerplate/app/screens/DemoPodcastListScreen.tsx:49
FunctionDemoShowroomScreen
(_props)
boilerplate/app/screens/DemoShowroomScreen/DemoShowroomScreen.tsx:119
FunctionDemoUseCase
(props: DemoUseCaseProps)
boilerplate/app/screens/DemoShowroomScreen/DemoUseCase.tsx:23
FunctionDrawerIconButton
(props: DrawerIconButtonProps)
boilerplate/app/screens/DemoShowroomScreen/DrawerIconButton.tsx:16
FunctionEmptyState
(props: EmptyStateProps)
boilerplate/app/components/EmptyState.tsx:119
FunctionEpisodeCard
({ episode, onPressFavorite, }: { episode: EpisodeItem onPressFavorite: () => void })
boilerplate/app/screens/DemoPodcastListScreen.tsx:135
FunctionEpisodeProvider
({ children })
boilerplate/app/context/EpisodeContext.tsx:31
FunctionErrorDetails
(props: ErrorDetailsProps)
boilerplate/app/screens/ErrorScreen/ErrorDetails.tsx:22
FunctionFieldLabel
* @param {ToggleProps} props - The props for the `FieldLabel` component. * @returns {JSX.Element} The rendered `FieldLabel` component.
boilerplate/app/components/Toggle/Toggle.tsx:216
FunctionHeader
(props: HeaderProps)
boilerplate/app/components/Header.tsx:151
FunctionHeaderAction
* @param {HeaderActionProps} props - The props for the `HeaderAction` component. * @returns {JSX.Element} The rendered `HeaderAction` component.
boilerplate/app/components/Header.tsx:238
FunctionIcon
(props: IconProps)
boilerplate/app/components/Icon.tsx:86
FunctionIndex
()
boilerplate/src/app/index.tsx:3
FunctionListItemAction
* @param {ListItemActionProps} props - The props for the `ListItemAction` component. * @returns {JSX.Element | null} The rendered `ListItemAction` co
boilerplate/app/components/ListItem.tsx:184
FunctionLoginScreen
()
boilerplate/app/screens/LoginScreen.tsx:17
FunctionNativeListItem
({ item, sectionIndex, handleScroll })
boilerplate/app/screens/DemoShowroomScreen/DemoShowroomScreen.tsx:92
FunctionPressableIcon
(props: PressableIconProps)
boilerplate/app/components/Icon.tsx:53
FunctionRadio
(props: RadioToggleProps)
boilerplate/app/components/Toggle/Radio.tsx:23
FunctionRadioInput
(props: RadioInputProps)
boilerplate/app/components/Toggle/Radio.tsx:27
FunctionRoot
()
boilerplate/src/app/_layout.tsx:21
FunctionScreen
(props: ScreenProps)
boilerplate/app/components/Screen.tsx:243
FunctionScreenWithScrolling
* @param {ScreenProps} props - The props for the `ScreenWithScrolling` component. * @returns {JSX.Element} - The rendered `ScreenWithScrolling` compo
boilerplate/app/components/Screen.tsx:192
FunctionScreenWithoutScrolling
* @param {ScreenProps} props - The props for the `ScreenWithoutScrolling` component. * @returns {JSX.Element} - The rendered `ScreenWithoutScrolling`
boilerplate/app/components/Screen.tsx:177
FunctionSectionListWithKeyboardAwareScrollView
( { renderScrollComponent, bottomOffset = DEFAULT_BOTTOM_OFFSET, contentContainerStyle, ...p
boilerplate/app/screens/DemoShowroomScreen/SectionListWithKeyboardAwareScrollView.tsx:24
FunctionSwitch
(props: SwitchToggleProps)
boilerplate/app/components/Toggle/Switch.tsx:33
FunctionSwitchAccessibilityLabel
* @param {ToggleInputProps & { role: "on" | "off" }} props - The props for the `SwitchAccessibilityLabel` component. * @returns {JSX.Element} The ren
boilerplate/app/components/Toggle/Switch.tsx:176
FunctionSwitchInput
(props: SwitchInputProps)
boilerplate/app/components/Toggle/Switch.tsx:44
FunctionThemeProvider
({ children, initialContext, })
boilerplate/app/theme/context.tsx:54
FunctionToggle
(props: ToggleProps<T>)
boilerplate/app/components/Toggle/Toggle.tsx:126
FunctionWebListItem
({ item, sectionIndex })
boilerplate/app/screens/DemoShowroomScreen/DemoShowroomScreen.tsx:63
FunctionWelcomeScreen
( _props, // @demo remove-current-line )
boilerplate/app/screens/WelcomeScreen.tsx:22
FunctionavailablePackagers
()
src/tools/packager.ts:61
Functionclear
()
src/tools/cache.ts:73
Functionclear
(toolbox: GluegunToolbox)
src/commands/cache.ts:11
MethodcomponentDidCatch
(error: Error, errorInfo: ErrorInfo)
boilerplate/app/screens/ErrorScreen/ErrorBoundary.tsx:29
Methodconstructor
* Set up our API instance. Keep this lightweight!
boilerplate/app/services/api/index.ts:42
FunctiondeleteFiles
({ filePaths, comment, dryRun = true, }: { filePaths: string[] comment: string dryRun?: boolean })
src/tools/markup.ts:194
Functiondistinct
(val, index, self)
src/tools/generators.ts:151
FunctionfocusInput
*
boilerplate/app/components/TextField.tsx:178
Functiongenerate
(toolbox: GluegunToolbox)
src/commands/generate.ts:19
Functiongenerate
(toolbox: GluegunToolbox)
src/commands/generate/splash-screen.ts:19
Functiongenerate
(toolbox: GluegunToolbox)
src/commands/generate/app-icon.ts:15
FunctiongoNext
()
boilerplate/app/screens/WelcomeScreen.tsx:30
FunctionhandlePress
* @param {GestureResponderEvent} e - The event object.
boilerplate/app/components/Toggle/Toggle.tsx:168
FunctionhandlePressCard
()
boilerplate/app/screens/DemoPodcastListScreen.tsx:213
Functionhash
(str: string)
src/tools/cache.ts:24
Functionhighlight
(m = "")
src/tools/pretty.ts:137
FunctioninitCrashReporting
()
boilerplate/app/utils/crashReporting.ts:23
FunctioniosExit
()
boilerplate/app/navigators/navigationUtilities.ts:45
Functionlogin
()
boilerplate/app/screens/LoginScreen.tsx:40
FunctionmanualRefresh
()
boilerplate/app/screens/DemoPodcastListScreen.tsx:75
FunctiononBackPress
()
boilerplate/app/navigators/navigationUtilities.ts:65
FunctiononNavigationStateChange
(state: NavigationState | undefined)
boilerplate/app/navigators/navigationUtilities.ts:128
MethodonReset
()
boilerplate/app/screens/ErrorScreen/ErrorDetails.tsx:14
Functionprefix
(state: { status: "pending" | "submitted" | "canceled" })
src/tools/pretty.ts:67
FunctionreportCrash
(error: Error, type: ErrorType = ErrorType.FATAL)
boilerplate/app/utils/crashReporting.ts:49
FunctionscrollToIndexFailed
(info: { index: number highestMeasuredFrameIndex: number averageItemLength: number })
boilerplate/app/screens/DemoShowroomScreen/DemoShowroomScreen.tsx:176
MethodshouldComponentUpdate
(nextProps: Readonly<Props>, nextState: Readonly<State>)
boilerplate/app/screens/ErrorScreen/ErrorBoundary.tsx:51
FunctiontimeoutExit
()
src/commands/new.ts:181
← previous301–366 of 366, ranked by callers