| /expo/android/app/ |
| H A D | proguard-rules.pro | 10 # Add any project specific keep options here: 72 -keep class **.facebook.** { *; } 73 -keep class abi** { *; } 74 -keep class versioned** { *; } 75 -keep class expo.modules** { *; } 78 -keep class butterknife.** { *; } 80 -keep class **$$ViewBinder { *; } 91 -keep class **.facebook.stetho.** { *; } 122 -keep class okhttp3.** { *; } 123 -keep interface okhttp3.** { *; } [all …]
|
| /expo/android/expoview/ |
| H A D | proguard-rules.pro | 10 # Add any project specific keep options here: 72 -keep class **.facebook.** { *; } 73 -keep class abi** { *; } 74 -keep class versioned** { *; } 75 -keep class expo.modules** { *; } 78 -keep class butterknife.** { *; } 80 -keep class **$$ViewBinder { *; } 91 -keep class **.facebook.stetho.** { *; } 122 -keep class okhttp3.** { *; } 123 -keep interface okhttp3.** { *; } [all …]
|
| /expo/packages/expo-image/android/ |
| H A D | proguard-rules.pro | 3 -keep public class * extends com.bumptech.glide.module.LibraryGlideModule 4 -keep public class * implements com.bumptech.glide.module.GlideModule 5 -keep class * extends com.bumptech.glide.module.AppGlideModule { 8 -keep public enum com.bumptech.glide.load.ImageHeaderParser$** { 12 -keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder { 16 -keep public class com.bumptech.glide.request.ThumbnailRequestCoordinator { 24 -keep class com.bumptech.glide.GeneratedAppGlideModuleImpl 26 -keep public class com.bumptech.glide.integration.webp.WebpImage { *; } 27 -keep public class com.bumptech.glide.integration.webp.WebpFrame { *; } 28 -keep public class com.bumptech.glide.integration.webp.WebpBitmapFactory { *; }
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | keep-awake.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-keep-awake' 5 packageName: 'expo-keep-awake' 13 **`expo-keep-awake`** provides a React hook that prevents the screen from sleeping and a pair of fu… 25 <SnackInline label='Keep Awake hook' dependencies={['expo-keep-awake']}> 28 import { useKeepAwake } from 'expo-keep-awake'; 48 <SnackInline label='Keep Awake functions' dependencies={['expo-keep-awake']}> 51 import { activateKeepAwake, deactivateKeepAwake } from 'expo-keep-awake'; 82 import KeepAwake from 'expo-keep-awake'; 85 <APISection packageName="expo-keep-awake" apiName="KeepAwake" />
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | keep-awake.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-keep-awake' 5 packageName: 'expo-keep-awake' 13 **`expo-keep-awake`** provides a React hook that prevents the screen from sleeping and a pair of fu… 25 <SnackInline label='Keep Awake hook' dependencies={['expo-keep-awake']}> 28 import { useKeepAwake } from 'expo-keep-awake'; 48 <SnackInline label='Keep Awake functions' dependencies={['expo-keep-awake']}> 51 import { activateKeepAwake, deactivateKeepAwake } from 'expo-keep-awake'; 82 import KeepAwake from 'expo-keep-awake'; 85 <APISection packageName="expo-keep-awake" apiName="KeepAwake" />
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | keep-awake.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-keep-awake' 5 packageName: 'expo-keep-awake' 13 **`expo-keep-awake`** provides a React hook that prevents the screen from sleeping and a pair of fu… 25 <SnackInline label='Keep Awake hook' dependencies={['expo-keep-awake']}> 28 import { useKeepAwake } from 'expo-keep-awake'; 48 <SnackInline label='Keep Awake functions' dependencies={['expo-keep-awake']}> 51 import { activateKeepAwake, deactivateKeepAwake } from 'expo-keep-awake'; 82 import KeepAwake from 'expo-keep-awake'; 85 <APISection packageName="expo-keep-awake" apiName="KeepAwake" />
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | keep-awake.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-keep-awake' 5 packageName: 'expo-keep-awake' 13 **`expo-keep-awake`** provides a React hook that prevents the screen from sleeping and a pair of fu… 31 <SnackInline label='Keep Awake hook' dependencies={['expo-keep-awake']}> 34 import { useKeepAwake } from 'expo-keep-awake'; 54 <SnackInline label='Keep Awake functions' dependencies={['expo-keep-awake']}> 57 import { activateKeepAwake, deactivateKeepAwake } from 'expo-keep-awake'; 88 import KeepAwake from 'expo-keep-awake'; 91 <APISection packageName="expo-keep-awake" apiName="KeepAwake" />
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | keep-awake.mdx | 4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-keep-awake' 5 packageName: 'expo-keep-awake' 13 **`expo-keep-awake`** provides a React hook that prevents the screen from sleeping and a pair of fu… 31 <SnackInline label='Keep Awake hook' dependencies={['expo-keep-awake']}> 34 import { useKeepAwake } from 'expo-keep-awake'; 54 <SnackInline label='Keep Awake functions' dependencies={['expo-keep-awake']}> 57 import { activateKeepAwake, deactivateKeepAwake } from 'expo-keep-awake'; 88 import KeepAwake from 'expo-keep-awake'; 91 <APISection packageName="expo-keep-awake" apiName="KeepAwake" />
|
| /expo/packages/expo-keep-awake/ |
| H A D | README.md | 2 <a href="https://docs.expo.dev/versions/latest/sdk/keep-awake/"> 4 src="../../.github/resources/expo-keep-awake.svg" 5 alt="expo-keep-awake" 14 … branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/keep-awake.mdx) 15 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/keep-awak… 19 …ocumentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/keep-awake/). 28 npx expo install expo-keep-awake
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/ |
| H A D | proguard-rules.pro | 1 -keep class com.swmansion.reanimated.** { *; } 2 -keep class com.facebook.react.turbomodule.** { *; }
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/ |
| H A D | proguard-rules.pro | 1 -keep class com.swmansion.reanimated.** { *; } 2 -keep class com.facebook.react.turbomodule.** { *; }
|
| /expo/packages/expo/src/launch/ |
| H A D | withDevTools.ios.tsx | 8 * keep the screen awake if `expo-keep-awake` is installed. 17 // Optionally import expo-keep-awake 18 const { useKeepAwake, ExpoKeepAwakeTag } = require('expo-keep-awake');
|
| /expo/templates/expo-template-tv/android/app/ |
| H A D | proguard-rules.pro | 11 -keep class com.swmansion.reanimated.** { *; } 12 -keep class com.facebook.react.turbomodule.** { *; } 14 # Add any project specific keep options here:
|
| /expo/templates/expo-template-bare-minimum/android/app/ |
| H A D | proguard-rules.pro | 11 -keep class com.swmansion.reanimated.** { *; } 12 -keep class com.facebook.react.turbomodule.** { *; } 14 # Add any project specific keep options here:
|
| /expo/apps/fabric-tester/android/app/ |
| H A D | proguard-rules.pro | 11 -keep class com.swmansion.reanimated.** { *; } 12 -keep class com.facebook.react.turbomodule.** { *; } 14 # Add any project specific keep options here:
|
| /expo/packages/expo-network-addons/android/ |
| H A D | proguard-rules.pro | 5 -keep class okhttp3.OkHttpClient$Builder { 9 -keep class expo.modules.networkaddons.ExpoOkHttpInterceptor {
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | ReaperSelectionPolicyFilterAwareSpec.swift | 35 keep: true, in spec() 48 keep: true, in spec() 61 keep: true, in spec() 74 keep: true, in spec() 87 keep: true, in spec() 133 keep: true, in spec()
|
| H A D | ReaperSelectionPolicyDevelopmentClientSpec.swift | 33 keep: true, in spec() 48 keep: true, in spec() 63 keep: true, in spec() 78 keep: true, in spec() 93 keep: true, in spec()
|
| /expo/packages/@expo/fingerprint/src/sourcer/__tests__/__snapshots__/ |
| H A D | Expo-test.ts.snap | 48 "filePath": "node_modules/expo-keep-awake/android", 62 …{"packageName":"expo-keep-awake","packageVersion":"11.0.1","projects":[{"name":"expo-keep-awake","… 117 "filePath": "node_modules/expo-keep-awake/ios", 131 …,{"packageName":"expo-keep-awake","packageVersion":"11.0.1","pods":[{"podName":"ExpoKeepAwake","po…
|
| /expo/packages/expo-updates/ios/EXUpdates/Update/ |
| H A D | Update.swift | 87 public let keep: Bool variable 109 keep: Bool, 117 self.keep = keep
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/ |
| H A D | Update.swift | 87 public let keep: Bool variable 109 keep: Bool, 117 self.keep = keep
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | ABI48_0_0EXUpdatesReaperSelectionPolicyFilterAware.m | 17 // keep the launched update and one other, the next newest, to be safe and make rollbacks faster 18 // keep the next newest update that matches all the manifest filters, unless no other updates do 19 // in which case, keep the next newest across all updates
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/ |
| H A D | ABI47_0_0EXUpdatesReaperSelectionPolicyFilterAware.m | 17 // keep the launched update and one other, the next newest, to be safe and make rollbacks faster 18 // keep the next newest update that matches all the manifest filters, unless no other updates do 19 // in which case, keep the next newest across all updates
|
| /expo/packages/expo-modules-core/android/ |
| H A D | proguard-rules.pro | 10 -keep @expo.modules.core.interfaces.DoNotStrip class * 15 -keep class * implements expo.modules.kotlin.records.Record {
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Update/ |
| H A D | ABI48_0_0EXUpdatesUpdate.h | 70 @property (nonatomic, assign, readonly) BOOL keep; 95 keep:(BOOL)keep
|