| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 80 function createProjectFileForGroup({ filepath, group }: { filepath: string; group: PBXGroup }) { 205 group.children.push({ 256 group: PBXGroup | undefined, 264 if (!group) { 268 return group.children.find((group) => group.comment === name); 273 group: PBXGroup | undefined, 276 const foundGroup = findGroup(group, name); 292 group = nextGroup; 298 if (!group) { 302 return group; [all …]
|
| /expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/ |
| H A D | LayoutAnimationsManager.cpp | 37 auto &group = sharedTransitionGroups_[groupName]; in clearLayoutAnimationConfig() local 38 auto position = std::find(group.begin(), group.end(), tag); in clearLayoutAnimationConfig() 39 if (position != group.end()) { in clearLayoutAnimationConfig() 40 group.erase(position); in clearLayoutAnimationConfig() 42 if (group.size() == 0) { in clearLayoutAnimationConfig() 107 auto const &group = sharedTransitionGroups_[groupName]; in findPrecedingViewTagForTransition() local 108 auto position = std::find(group.begin(), group.end(), tag); in findPrecedingViewTagForTransition() 109 if (position != group.end() && position != group.begin()) { in findPrecedingViewTagForTransition()
|
| /expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/ |
| H A D | LayoutAnimationsManager.cpp | 37 auto &group = sharedTransitionGroups_[groupName]; in clearLayoutAnimationConfig() local 38 auto position = std::find(group.begin(), group.end(), tag); in clearLayoutAnimationConfig() 39 if (position != group.end()) { in clearLayoutAnimationConfig() 40 group.erase(position); in clearLayoutAnimationConfig() 42 if (group.size() == 0) { in clearLayoutAnimationConfig() 107 auto const &group = sharedTransitionGroups_[groupName]; in findPrecedingViewTagForTransition() local 108 auto position = std::find(group.begin(), group.end(), tag); in findPrecedingViewTagForTransition() 109 if (position != group.end() && position != group.begin()) { in findPrecedingViewTagForTransition()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/LayoutAnimations/ |
| H A D | LayoutAnimationsManager.cpp | 37 auto &group = sharedTransitionGroups_[groupName]; in clearLayoutAnimationConfig() local 38 auto position = std::find(group.begin(), group.end(), tag); in clearLayoutAnimationConfig() 39 if (position != group.end()) { in clearLayoutAnimationConfig() 40 group.erase(position); in clearLayoutAnimationConfig() 42 if (group.size() == 0) { in clearLayoutAnimationConfig() 107 auto const &group = sharedTransitionGroups_[groupName]; in findPrecedingViewTagForTransition() local 108 auto position = std::find(group.begin(), group.end(), tag); in findPrecedingViewTagForTransition() 109 if (position != group.end() && position != group.begin()) { in findPrecedingViewTagForTransition()
|
| /expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/LayoutAnimations/ |
| H A D | LayoutAnimationsManager.cpp | 37 auto &group = sharedTransitionGroups_[groupName]; in clearLayoutAnimationConfig() local 38 auto position = std::find(group.begin(), group.end(), tag); in clearLayoutAnimationConfig() 39 if (position != group.end()) { in clearLayoutAnimationConfig() 40 group.erase(position); in clearLayoutAnimationConfig() 42 if (group.size() == 0) { in clearLayoutAnimationConfig() 107 auto const &group = sharedTransitionGroups_[groupName]; in findPrecedingViewTagForTransition() local 108 auto position = std::find(group.begin(), group.end(), tag); in findPrecedingViewTagForTransition() 109 if (position != group.end() && position != group.begin()) { in findPrecedingViewTagForTransition()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/serializers/ |
| H A D | ExpoNotificationsChannelGroupSerializer.java | 26 public Bundle toBundle(@Nullable NotificationChannelGroup group) { in toBundle() argument 27 if (group == null) { in toBundle() 31 result.putString(ID_KEY, getId(group)); in toBundle() 32 result.putString(NAME_KEY, group.getName().toString()); in toBundle() 34 result.putString(DESCRIPTION_KEY, group.getDescription()); in toBundle() 35 result.putBoolean(IS_BLOCKED_KEY, group.isBlocked()); in toBundle() 37 result.putParcelableArrayList(CHANNELS_KEY, toList(group.getChannels())); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/serializers/ |
| H A D | ExpoNotificationsChannelGroupSerializer.java | 26 public Bundle toBundle(@Nullable NotificationChannelGroup group) { in toBundle() argument 27 if (group == null) { in toBundle() 31 result.putString(ID_KEY, getId(group)); in toBundle() 32 result.putString(NAME_KEY, group.getName().toString()); in toBundle() 34 result.putString(DESCRIPTION_KEY, group.getDescription()); in toBundle() 35 result.putBoolean(IS_BLOCKED_KEY, group.isBlocked()); in toBundle() 37 result.putParcelableArrayList(CHANNELS_KEY, toList(group.getChannels())); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/serializers/ |
| H A D | ExpoNotificationsChannelGroupSerializer.java | 26 public Bundle toBundle(@Nullable NotificationChannelGroup group) { in toBundle() argument 27 if (group == null) { in toBundle() 31 result.putString(ID_KEY, getId(group)); in toBundle() 32 result.putString(NAME_KEY, group.getName().toString()); in toBundle() 34 result.putString(DESCRIPTION_KEY, group.getDescription()); in toBundle() 35 result.putBoolean(IS_BLOCKED_KEY, group.isBlocked()); in toBundle() 37 result.putParcelableArrayList(CHANNELS_KEY, toList(group.getChannels())); in toBundle()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/serializers/ |
| H A D | ExpoNotificationsChannelGroupSerializer.java | 26 public Bundle toBundle(@Nullable NotificationChannelGroup group) { in toBundle() argument 27 if (group == null) { in toBundle() 31 result.putString(ID_KEY, getId(group)); in toBundle() 32 result.putString(NAME_KEY, group.getName().toString()); in toBundle() 34 result.putString(DESCRIPTION_KEY, group.getDescription()); in toBundle() 35 result.putBoolean(IS_BLOCKED_KEY, group.isBlocked()); in toBundle() 37 result.putParcelableArrayList(CHANNELS_KEY, toList(group.getChannels())); in toBundle()
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Resources.ts | 121 group: { name: string; parent?: string } 124 let matches = head.name === group.name; 125 if (group.parent != null && matches) { 126 matches = head.parent === group.parent; 162 export function getObjectAsResourceGroup(group: { 169 name: group.name, 170 parent: group.parent, 172 item: getObjectAsResourceItems(group.item),
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Resources.js | 98 function findResourceGroup(xml, group) { argument 103 let matches = head.name === group.name; 104 if (group.parent != null && matches) { 105 matches = head.parent === group.parent; 139 function getObjectAsResourceGroup(group) { argument 142 name: group.name, 143 parent: group.parent 145 item: getObjectAsResourceItems(group.item)
|
| /expo/packages/expo-dev-launcher/ios/Logs/ |
| H A D | EXDevLauncherRemoteLogsManager.swift | 40 let group = DispatchGroup() in sendSync() variable 41 group.enter() in sendSync() 47 group.leave() in sendSync() 52 group.leave() in sendSync() 54 _ = group.wait(timeout: DispatchTime.now() + .seconds(2)) in sendSync()
|
| /expo/packages/expo-notifications/build/ |
| H A D | setNotificationChannelGroupAsync.js.map | 1 …group configuration to a channel group of a specified name (creating it if need be).\n * @param gr…
|
| H A D | deleteNotificationChannelGroupAsync.js.map | 1 …group and all notification channels that belong to it.\n * @param groupId The channel group identi…
|
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | StatusBar-test.ts | 38 const group = getStylesGroupAsObject(styles, getAppThemeLightNoActionBarGroup())!; constant 39 expect(group.colorPrimaryDark).toBe('@color/colorPrimaryDark'); 40 expect(group['android:windowLightStatusBar']).toBe('true'); 56 const group = getStylesGroupAsObject(styles, getAppThemeLightNoActionBarGroup()); constant 58 expect(group).toStrictEqual(null);
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | Xcodeproj.js | 126 group 212 group 234 group.children.push({ 273 const findGroup = (group, name) => { argument 274 if (!group) { 277 return group.children.find(group => group.comment === name); 280 const foundGroup = findGroup(group, name); 296 group = nextGroup; 301 if (!group) { 304 return group; [all …]
|
| /expo/ios/Exponent.xcodeproj/ |
| H A D | project.pbxproj | 985 sourceTree = "<group>"; 992 sourceTree = "<group>"; 1003 sourceTree = "<group>"; 1015 sourceTree = "<group>"; 1024 sourceTree = "<group>"; 1033 sourceTree = "<group>"; 1042 sourceTree = "<group>"; 1081 sourceTree = "<group>"; 1090 sourceTree = "<group>"; 1098 sourceTree = "<group>"; [all …]
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() local 43 configureGroupWithOptions(group, groupOptions); in createNotificationChannelGroup() 44 mNotificationManager.createNotificationChannelGroup(group); in createNotificationChannelGroup() 45 return group; in createNotificationChannelGroup() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions() local 63 group.setDescription(groupOptions.getString(DESCRIPTION_KEY)); in configureGroupWithOptions()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() local 43 configureGroupWithOptions(group, groupOptions); in createNotificationChannelGroup() 44 mNotificationManager.createNotificationChannelGroup(group); in createNotificationChannelGroup() 45 return group; in createNotificationChannelGroup() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions() local 63 group.setDescription(groupOptions.getString(DESCRIPTION_KEY)); in configureGroupWithOptions()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() local 43 configureGroupWithOptions(group, groupOptions); in createNotificationChannelGroup() 44 mNotificationManager.createNotificationChannelGroup(group); in createNotificationChannelGroup() 45 return group; in createNotificationChannelGroup() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions() local 63 group.setDescription(groupOptions.getString(DESCRIPTION_KEY)); in configureGroupWithOptions()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/ |
| H A D | AndroidXNotificationsChannelGroupManager.java | 42 NotificationChannelGroup group = new NotificationChannelGroup(groupId, name); in createNotificationChannelGroup() local 43 configureGroupWithOptions(group, groupOptions); in createNotificationChannelGroup() 44 mNotificationManager.createNotificationChannelGroup(group); in createNotificationChannelGroup() 45 return group; in createNotificationChannelGroup() 60 NotificationChannelGroup group = (NotificationChannelGroup) maybeGroup; in configureGroupWithOptions() local 63 group.setDescription(groupOptions.getString(DESCRIPTION_KEY)); in configureGroupWithOptions()
|
| /expo/packages/expo-modules-autolinking/scripts/ios/ |
| H A D | project_integrator.rb | 26 generated_group.groups.each do |group| 28 …if targets.none? { |target| target.target_definition.name == group.name && targets_with_modules_pr… 29 recursively_remove_group(group) 77 def self.recursively_remove_group(group) argument 78 return if group.nil? 80 UI.message '- Removing ' << group.name.green << ' group' do 81 group.recursive_children.each do |child| 86 group.remove_from_project 87 group.project.mark_dirty!
|
| H A D | react_import_patcher.rb | 49 …groups = project.groups.select { |group| !(['Dependencies', 'Frameworks', 'Products'].include? gro… 50 groups.each do |group| 51 result.append(group.real_path.to_s)
|
| /expo/docs/ui/components/Navigation/ |
| H A D | Navigation.tsx | 34 group: GroupList, 58 * - Group -> if the group contains an active page 59 * - Section -> if the section contains an active group or page 64 group: null, 84 case 'group': 89 activeRoutes.group = route; 98 if (nestedActiveRoutes?.group || nestedActiveRoutes?.page) { 100 activeRoutes.group = nestedActiveRoutes.group;
|
| /expo/android/tools/ |
| H A D | build.gradle | 5 implementation group: 'com.github.javaparser', name: 'javaparser-core', version: '3.3.4' 6 implementation group: 'commons-io', name: 'commons-io', version: '2.6' 7 implementation group: 'org.json', name: 'json', version: '20170516'
|