| /expo/docs/ui/components/FileTree/ |
| H A D | index.tsx | 25 * 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 D | getStructure.js | 26 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 D | index.js.map | 1 …ectory();\n generateMocks(modules);\n} else if (command === 'get-mocks-structure') {\n const mod…
|
| H A D | getStructure.js.map | 1 …structure --file ' + file.path;\n\n try {\n const output = execSync(command);\n return JSON…
|
| /expo/packages/expo-modules-test-core/src/ |
| H A D | getStructure.ts | 32 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 D | ActionObject.kt | 6 import com.raizlabs.android.dbflow.structure.BaseModel
|
| /expo/docs/pages/develop/ |
| H A D | project-structure.mdx | 2 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 D | unit-testing.mdx | 77 …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 D | overview.mdx | 10 …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 D | ExponentDB.kt | 8 import com.raizlabs.android.dbflow.structure.database.transaction.QueryTransaction in <lambda>()
|
| /expo/android/vendored/unversioned/lottie-react-native/android/ |
| H A D | gradle.properties | 20 # 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 D | IntervalSchedulerModel.kt | 11 import com.raizlabs.android.dbflow.structure.BaseModel
|
| H A D | CalendarSchedulerModel.kt | 14 import com.raizlabs.android.dbflow.structure.BaseModel
|
| /expo/docs/pages/router/reference/ |
| H A D | sitemap.mdx | 23 alt="Directory structure"
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/ |
| H A D | BUCK | 32 # TODO(shergin) T26519801 Figure out better directories structure
|
| /expo/docs/pages/get-started/ |
| H A D | create-a-project.mdx | 113 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 D | BUCK | 35 # 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 D | BUCK | 33 # TODO(shergin) T26519801 Figure out better directories structure
|
| /expo/docs/pages/router/advanced/ |
| H A D | nesting-navigators.mdx | 15 Consider the following file structure which is used as an example in this guide:
|
| H A D | stack.mdx | 14 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 D | ABI49_0_0ReactCommon.podspec | 37 # TODO (T48588859): Restructure this target to align with dir structure: "react/nativemodule/..."
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/ |
| H A D | ABI47_0_0ReactCommon.podspec | 33 # TODO (T48588859): Restructure this target to align with dir structure: "react/nativemodule/..."
|
| /expo/templates/expo-template-bare-minimum/android/ |
| H A D | gradle.properties | 20 # AndroidX package structure to make it clearer which packages are bundled with the
|
| /expo/templates/expo-template-tv/android/ |
| H A D | gradle.properties | 20 # AndroidX package structure to make it clearer which packages are bundled with the
|
| /expo/apps/fabric-tester/android/ |
| H A D | gradle.properties | 20 # AndroidX package structure to make it clearer which packages are bundled with the
|