Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 42) sorted by relevance

12

/expo/apps/native-component-list/plugins/
H A DwithNotFoundModule.js22 const sections = contents.split('@end'); constant
23 sections[sections.length - 2] += customBlockObjc;
24 contents = sections.join('@end');
H A DwithDevMenu.js62 const sections = contents.split('@end'); constant
63 sections[sections.length - 2] += swizzleMethodBlock;
64 contents = sections.join('@end');
/expo/apps/native-component-list/src/screens/Image/
H A DImageComparisonScreen.tsx27 const sections = imageTests.tests.map((test) => ({
37 sections={sections}
H A DImageFormatsScreen.tsx133 sections={data}
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactDetailList.tsx45 sections={props.sections}
/expo/apps/native-component-list/src/screens/
H A DHapticsScreen.tsx18 const sections: SectionListData<SectionData>[] = [
91 sections={sections}
/expo/packages/@expo/cli/ts-declarations/metro-source-map/
H A Dindex.d.ts48 sections: Array<IndexMapSection>; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/ReactNative/
H A DAppRegistry.d.ts95 export function getRegistry(): {sections: string[]; runnables: Runnable[]};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/ReactNative/
H A DAppRegistry.d.ts95 export function getRegistry(): {sections: string[]; runnables: Runnable[]};
/expo/docs/ui/components/Sidebar/
H A DSidebarCollapsible.tsx30 const sections = info.children;
43 sections
/expo/docs/pages/guides/
H A Doverview.mdx11 … We also have a collection of guides in the **Assorted** and third-party **Integrations** sections.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DSectionList.d.ts177 sections: ReadonlyArray<SectionListData<ItemT, SectionT>>; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/
H A DSectionList.d.ts177 sections: ReadonlyArray<SectionListData<ItemT, SectionT>>; property
/expo/android/vendored/unversioned/react-native-reanimated/android/
H A DCMakeLists.txt7 # default CMAKE_CXX_FLAGS: "-g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstac…
/expo/.github/ISSUE_TEMPLATE/
H A Dbug_report_cli.yml11 If you leave out sections there is a high likelihood your issue will be closed.
H A Ddev_client_bug_report.yml11 If you leave out sections there is a high likelihood your issue will be closed.
/expo/docs/pages/router/advanced/
H A Dplatform-specific-modules.mdx10 … can make the experience more native to a given platform. The following sections describe the ways…
/expo/docs/pages/versions/unversioned/sdk/
H A Dstorereview.mdx57 …t redirect on Android, you can still open the Play Store to the reviews sections using the query p…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dstorereview.mdx57 …t redirect on Android, you can still open the Play Store to the reviews sections using the query p…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dstorereview.mdx57 …t redirect on Android, you can still open the Play Store to the reviews sections using the query p…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dstorereview.mdx57 …t redirect on Android, you can still open the Play Store to the reviews sections using the query p…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dstorereview.mdx57 …t redirect on Android, you can still open the Play Store to the reviews sections using the query p…
/expo/docs/ui/components/Navigation/
H A DNavigation.test.tsx76 it('renders pages inside groups inside sections', () => {
/expo/docs/pages/routing/
H A Dlayouts.mdx72 Groups are also good for organizing sections of the app. In the following example, we have **app/(a…
/expo/guides/contributing/
H A DUpdating Changelogs.md31 Changes can be grouped within several predefined categories (Markdown sections with a third-level h…

12