Home
last modified time | relevance | path

Searched refs:Download (Results 1 – 25 of 49) sorted by relevance

12

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/
H A DUpdatesStateEvent.kt11 class Download : UpdatesStateEvent(UpdatesStateEventType.Download) class in expo.modules.updates.statemachine.UpdatesStateEvent
H A DUpdatesStateEventType.kt12 Download("download"),
H A DUpdatesStateMachine.kt77 …UpdatesStateValue.Idle to setOf(UpdatesStateEventType.Check, UpdatesStateEventType.Download, Updat…
92 UpdatesStateEventType.Download to UpdatesStateValue.Downloading,
134 is UpdatesStateEvent.Download -> context.copy(isDownloading = true) in reduceContext()
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx46 alert('Download complete!');
82 alert('Download paused...');
127 alert('Download complete!');
153 alert('Download complete!');
314 <ListButton onPress={this._download} title="Download file (512KB)" />
318 Download progress: {this.state.downloadProgress * 100}%
323 <ListButton onPress={this._pause} title="Pause Download" />
324 <ListButton onPress={this._resume} title="Resume Download" />
325 <ListButton onPress={this._cancel} title="Cancel Download" />
326 <ListButton onPress={this._upload} title="Download & Upload file (5MB)" />
/expo/docs/pages/app-signing/
H A Dsyncing-credentials.mdx10 … choose `"Credentials.json: Upload/Download credentials between EAS servers and your local json"`,…
18 …oot of your project, pick a platform, choose `"Credentials.json: Upload/Download credentials betwe…
H A Dapp-credentials.mdx38 ### Download credentials
44 3. Select the option `credentials.json: Upload/Download credentials between EAS servers and your lo…
45 4. Select `Download credentials from EAS to credentials.json`
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/
H A DUpdatesStateMachineInstrumentationTest.kt87 machine.processEvent(UpdatesStateEvent.Download()) in test_handleDownloadAndDownloadComplete()
90 Assert.assertEquals(UpdatesStateEventType.Download, testStateChangeEventSender.lastEventType) in test_handleDownloadAndDownloadComplete()
154 machine.processEvent(UpdatesStateEvent.Download()) in test_invalidTransitions()
/expo/templates/expo-template-bare-minimum/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/tools/src/versioning/android/android-manifest-merger/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/templates/expo-template-tv/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/android/versioned-react-native/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/apps/bare-expo/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/apps/fabric-tester/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/docs/pages/tutorial/
H A Dcreate-your-first-app.mdx48 ## Download assets
51 title="Download assets archive"
/expo/packages/expo-modules-core/android/
H A DExpoModulesCorePlugin.gradle194 …def downloadDoubleConversion = project.tasks.create('downloadDoubleConversion', project.Download) {
212 def downloadFolly = project.tasks.create('downloadFolly', project.Download) {
/expo/packages/expo-updates/e2e/fixtures/
H A DApp-apitest.tsx137 <Text style={styles.buttonText}>Download update</Text>
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesController.kt310 stateMachine.processEvent(UpdatesStateEvent.Download()) in start()
350 stateMachine.processEvent(UpdatesStateEvent.Download()) in start()
/expo/packages/expo-updates/build/
H A DUseUpdates.js.map1 … <Button pressHandler={() => Updates.fetchUpdateAsync()} text=\"Download and run update\" …
/expo/packages/expo-updates/e2e/
H A DREADME.md157 - If there is an update, the "Download and run update" button will appear, and pressing it will loa…
/expo/docs/pages/build-reference/
H A Dapk.mdx77 #### Download directly to the device
/expo/android/vendored/sdk47/react-native-reanimated/android/
H A Dbuild.gradle637 task downloadBoost(dependsOn: resolveBoost, type: Download) {
661 task downloadDoubleConversion(dependsOn: resolveDoubleConversion, type: Download) {
677 task downloadFolly(dependsOn: resolveFolly, type: Download) {
696 task downloadGlog(dependsOn: resolveGlog, type: Download) {
767 task downloadHermes(type: Download) {
/expo/android/vendored/sdk48/react-native-reanimated/android/
H A Dbuild.gradle684 task downloadHermes(type: Download) {
757 task downloadBoost(dependsOn: resolveBoost, type: Download) {
781 task downloadDoubleConversion(dependsOn: resolveDoubleConversion, type: Download) {
797 task downloadFolly(dependsOn: resolveFolly, type: Download) {
816 task downloadGlog(dependsOn: resolveGlog, type: Download) {
/expo/android/vendored/unversioned/react-native-reanimated/android/
H A Dbuild.gradle703 task downloadHermes(type: Download) {
776 task downloadBoost(dependsOn: resolveBoost, type: Download) {
800 task downloadDoubleConversion(dependsOn: resolveDoubleConversion, type: Download) {
816 task downloadFolly(dependsOn: resolveFolly, type: Download) {
835 task downloadGlog(dependsOn: resolveGlog, type: Download) {
/expo/android/vendored/sdk49/react-native-reanimated/android/
H A Dbuild.gradle703 task downloadHermes(type: Download) {
776 task downloadBoost(dependsOn: resolveBoost, type: Download) {
800 task downloadDoubleConversion(dependsOn: resolveDoubleConversion, type: Download) {
816 task downloadFolly(dependsOn: resolveFolly, type: Download) {
835 task downloadGlog(dependsOn: resolveGlog, type: Download) {

12