| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/__tests__/ |
| H A D | withIosSplashScreen-test.ts | 84 const after = getDirFromFS(vol.toJSON(), path.join(projectRoot, 'ios')); constant 87 expect(after['HelloWorld/Images.xcassets/SplashScreen.imageset/image.png']).not.toBeDefined(); 91 after['HelloWorld/Images.xcassets/SplashScreenBackground.imageset/image.png'] 130 const after = getDirFromFS(vol.toJSON(), path.join(projectRoot, 'ios')); constant 133 expect(after['HelloWorld/Images.xcassets/SplashScreen.imageset/image.png']).toBeDefined(); 136 expect(after['HelloWorld/Images.xcassets/SplashScreenBackground.imageset/image.png']).toMatch( 141 after['HelloWorld/Images.xcassets/SplashScreenBackground.imageset/dark_image.png'] 146 after['HelloWorld/Images.xcassets/SplashScreenBackground.imageset/Contents.json'] 150 expect(after['HelloWorld/Images.xcassets/SplashScreen.imageset/image.png']).toMatch(/PNG/); 158 expect(after['HelloWorld/SplashScreen.storyboard']).toMatch(/contentMode="scaleAspectFit"/); [all …]
|
| /expo/packages/eslint-config-universe/shared/ |
| H A D | core.js | 20 'arrow-spacing': ['warn', { before: true, after: true }], property 24 'comma-spacing': ['warn', { before: false, after: true }], property 128 'semi-spacing': ['warn', { before: false, after: true }], property 134 'switch-colon-spacing': ['warn', { before: false, after: true }], property
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Locales-test.ts | 65 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 66 const locales = Object.keys(after).filter((value) => value.endsWith('InfoPlist.strings')); 69 expect(after[locales[0]]).toMatchSnapshot(); 71 expect(after[locales[1]]).toMatch(/spanish-name/);
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI47_0_0REAAnimationsManager.h | 25 - (void)onViewCreate:(UIView *)view after:(ABI47_0_0REASnapshot *)after; 26 …iewUpdate:(UIView *)view before:(ABI47_0_0REASnapshot *)before after:(ABI47_0_0REASnapshot *)after;
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI48_0_0REAAnimationsManager.h | 25 - (void)onViewCreate:(UIView *)view after:(ABI48_0_0REASnapshot *)after; 26 …iewUpdate:(UIView *)view before:(ABI48_0_0REASnapshot *)before after:(ABI48_0_0REASnapshot *)after;
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 345 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 347 expect(Object.keys(after)).toEqual([ 404 expect(after['ios/HelloWorld/mycoolapp.entitlements']).toMatch( 408 expect(after['ios/HelloWorld/Info.plist']).toMatch(/com.bacon.todo/); 418 expect(after['android/app/src/main/res/values/strings.xml']).toMatch( 509 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 511 expect(Object.keys(after)).toEqual([ 562 expect(after['ios/HelloWorld/HelloWorld.entitlements']).not.toMatch( 574 expect(after['android/app/src/main/res/values/styles.xml']).toMatch( 656 const after = getDirFromFS(vol.toJSON(), projectRoot); constant [all …]
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | npm-test.ts | 10 for (const [before, after] of [ constant 17 expect(sanitizeNpmPackageName(before)).toBe(after);
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 9 void onViewCreate(View view, ViewGroup parent, Snapshot after); in onViewCreate() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 9 void onViewCreate(View view, ViewGroup parent, Snapshot after); in onViewCreate() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/packages/expo-media-library/android/src/test/java/expo/modules/medialibrary/assets/ |
| H A D | GetAssetsQueryTests.kt | 32 after = "37", in test if AssetOptions are handled correctly() 64 after = null, in test if no input gives default values() 87 after = "invalidStringValue", in test if invalid arguments fall back to defaults() 107 after = "invalidStringValue", in test if invalid mediaType throws() 123 after = "invalidStringValue", in test if invalid order throws()
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withIosIcons-test.ts | 85 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 86 const icons = Object.keys(after).filter((value) => 94 after['ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json']
|
| H A D | withAndroidIcons-test.ts | 145 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 146 Object.keys(after).forEach((path) => { 191 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 192 expect(Object.keys(after)).toEqual(LIST_OF_ANDROID_ADAPTIVE_ICON_FILES_FINAL);
|
| /expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 9 void onViewCreate(View view, ViewGroup parent, Snapshot after); in onViewCreate() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | ViewHierarchyObserver.java | 9 void onViewCreate(View view, ViewGroup parent, Snapshot after); in onViewCreate() argument 11 void onViewUpdate(View view, Snapshot before, Snapshot after); in onViewUpdate() argument
|
| /expo/packages/expo-notifications/plugin/src/__tests__/ |
| H A D | withNotificationsAndroid-test.ts | 95 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 96 expect(Object.keys(after).sort()).toEqual(LIST_OF_GENERATED_NOTIFICATION_FILES.sort()); 107 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 108 expect(before).toMatchObject(after);
|
| H A D | withNotificationsiOS-test.ts | 53 const after = getDirFromFS(vol.toJSON(), projectRoot); constant 54 expect(Object.keys(after).sort()).toEqual(LIST_OF_GENERATED_FILES.sort());
|
| /expo/packages/expo-av/android/src/test/java/expo/modules/av/progress/ |
| H A D | ProgressLooperTest.kt | 69 fun `callback invoked once after time passed`() { in callback invoked once after time passed() 77 fun `callback invoked twice after two timeouts`() { in callback invoked twice after two timeouts() 87 fun `callback invoked once after twice too big timeout`() { in callback invoked once after twice too big timeout() 95 fun `callback not invoked after looping stopped`() { in callback not invoked after looping stopped() 172 fun `old listener not notified after new is registered`() { in old listener not notified after new is registered() 187 fun `new listener is notified after registration`() { in new listener is notified after registration() 208 fun `time machine not called after looping stopped`() { in time machine not called after looping stopped()
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | REAAnimationsManager.h | 53 - (void)onViewCreate:(UIView *)view after:(REASnapshot *)after; 54 - (void)onViewUpdate:(UIView *)view before:(REASnapshot *)before after:(REASnapshot *)after;
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI49_0_0REAAnimationsManager.h | 53 - (void)onViewCreate:(UIView *)view after:(ABI49_0_0REASnapshot *)after; 54 …iewUpdate:(UIView *)view before:(ABI49_0_0REASnapshot *)before after:(ABI49_0_0REASnapshot *)after;
|
| /expo/packages/expo-media-library/build/ |
| H A D | MediaLibrary.js | 353 const { first, after, album, sortBy, mediaType, createdAfter, createdBefore } = assetsOptions; 356 after: getId(after), property 366 if (after != null && typeof options.after !== 'string') { 372 if (after != null && Platform.OS === 'android' && isNaN(parseInt(getId(after), 10))) {
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/ |
| H A D | LoaderSelectionPolicyFilterAware.kt | 34 } else newUpdate.commitTime.after(launchedUpdate.commitTime) in shouldLoadNewUpdate() 57 } else directive.commitTime.after(launchedUpdate.commitTime) in shouldLoadRollBackToEmbeddedDirective()
|
| /expo/packages/expo-media-library/src/ |
| H A D | MediaLibrary.ts | 258 after?: AssetRef; 738 const { first, after, album, sortBy, mediaType, createdAfter, createdBefore } = assetsOptions; constant 742 after: getId(after), constant 753 if (after != null && typeof options.after !== 'string') { 760 if (after != null && Platform.OS === 'android' && isNaN(parseInt(getId(after) as string, 10))) {
|
| /expo/tools/src/ |
| H A D | Diff.ts | 6 export function printDiff(before: string, after: string): void { 7 const diff = diffLines(before, after);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0threadsafe.h | 34 void after() { in after() function 68 lock_.after(); in unlock()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0threadsafe.h | 34 void after() { in after() function 68 lock_.after(); in unlock()
|