Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 64) sorted by relevance

123

/expo/docs/ui/components/FileTree/
H A Dindex.tsx25 * Given an array of file paths, generate a tree structure.
30 const structure: FileObject[] = [];
34 let currentLevel = structure;
61 return structure;
64 function renderStructure(structure: FileObject[], level = 0): ReactNode {
65 return structure.map(({ name, note, files }, index) => {
/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js26 function findModuleDefinitionInStructure(structure) { argument
27 if (!structure) {
30 if (structure?.['key.typename'] === 'ModuleDefinition') {
31 const root = structure?.['key.substructure'];
37 const substructure = structure['key.substructure'];
H A Dindex.js.map1 …ectory();\n generateMocks(modules);\n} else if (command === 'get-mocks-structure') {\n const mod…
H A DgetStructure.js.map1structure --file ' + file.path;\n\n try {\n const output = execSync(command);\n return JSON…
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts32 function findModuleDefinitionInStructure(structure: Structure): Structure[] | null {
33 if (!structure) {
36 if (structure?.['key.typename'] === 'ModuleDefinition') {
37 const root = structure?.['key.substructure'];
43 const substructure = structure['key.substructure'];
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt6 import com.raizlabs.android.dbflow.structure.BaseModel
/expo/docs/pages/develop/
H A Dproject-structure.mdx2 title: Project structure
3 description: Learn about the files and folder structure when a new Expo project is created.
26 …l-cased, and our project can have images and other assets placed anywhere in our project structure.
H A Dunit-testing.mdx77 …includes it in the tests queue. There are also other ways to [structure a test](#structure-your-te…
107 An example structure is shown below:
128 Another option for test/file structure:
/expo/docs/pages/
H A Doverview.mdx10 …u create a new project, Expo provides a standard [project structure](/develop/project-structure) w…
/expo/android/expoview/src/main/java/host/exp/exponent/storage/
H A DExponentDB.kt8 import com.raizlabs.android.dbflow.structure.database.transaction.QueryTransaction in <lambda>()
/expo/android/vendored/unversioned/lottie-react-native/android/
H A Dgradle.properties20 # AndroidX package structure to make it clearer which packages are bundled with the
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/
H A DIntervalSchedulerModel.kt11 import com.raizlabs.android.dbflow.structure.BaseModel
H A DCalendarSchedulerModel.kt14 import com.raizlabs.android.dbflow.structure.BaseModel
/expo/docs/pages/router/reference/
H A Dsitemap.mdx23 alt="Directory structure"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DBUCK32 # TODO(shergin) T26519801 Figure out better directories structure
/expo/docs/pages/get-started/
H A Dcreate-a-project.mdx113 title="Project structure"
114 …project up and running, in the next step, you will learn more about your Expo project's structure."
115 href="/develop/project-structure"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DBUCK35 # TODO(shergin) T26519801 Figure out better directories structure
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DBUCK33 # TODO(shergin) T26519801 Figure out better directories structure
/expo/docs/pages/router/advanced/
H A Dnesting-navigators.mdx15 Consider the following file structure which is used as an example in this guide:
H A Dstack.mdx14 To create a `Stack` layout with two screens as shown in the file structure above:
117 With the following file structure:
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/
H A DABI49_0_0ReactCommon.podspec37 # TODO (T48588859): Restructure this target to align with dir structure: "react/nativemodule/..."
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/
H A DABI47_0_0ReactCommon.podspec33 # TODO (T48588859): Restructure this target to align with dir structure: "react/nativemodule/..."
/expo/templates/expo-template-bare-minimum/android/
H A Dgradle.properties20 # AndroidX package structure to make it clearer which packages are bundled with the
/expo/templates/expo-template-tv/android/
H A Dgradle.properties20 # AndroidX package structure to make it clearer which packages are bundled with the
/expo/apps/fabric-tester/android/
H A Dgradle.properties20 # AndroidX package structure to make it clearer which packages are bundled with the

123