Searched refs:createConstraint (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.js | 7 exports.createConstraint = createConstraint; 30 function createConstraint([firstItem, firstAttribute], [secondItem, secondAttribute], constant) { function 71 …createConstraint([childId, 'top'], [parentId, 'top']), createConstraint([childId, 'leading'], [par…
|
| H A D | InterfaceBuilder.d.ts | 197 export declare function createConstraint([firstItem, firstAttribute]: [string, ConstraintAttribute]… function
|
| H A D | InterfaceBuilder.js.map | 1 …createConstraint","firstItem","firstAttribute","secondItem","secondAttribute","constant","$","id",…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | InterfaceBuilder-test.ts | 5 expect(InterfaceBuilder.createConstraint(['item', 'bottom'], ['parent', 'bottom'])).toEqual({
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 262 export function createConstraint( function 316 createConstraint([childId, 'top'], [parentId, 'top']), 317 createConstraint([childId, 'leading'], [parentId, 'leading']), 318 createConstraint([childId, 'trailing'], [parentId, 'trailing']), 319 createConstraint([childId, 'bottom'], [parentId, 'bottom']),
|