491 lines
30 KiB
Diff
491 lines
30 KiB
Diff
diff --git a/node_modules/react-native-fast-image/android/.classpath b/node_modules/react-native-fast-image/android/.classpath
|
|
new file mode 100644
|
|
index 0000000..0a3280e
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/.classpath
|
|
@@ -0,0 +1,6 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<classpath>
|
|
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21/"/>
|
|
+ <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
+ <classpathentry kind="output" path="bin/default"/>
|
|
+</classpath>
|
|
diff --git a/node_modules/react-native-fast-image/android/.project b/node_modules/react-native-fast-image/android/.project
|
|
new file mode 100644
|
|
index 0000000..8803ed8
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/.project
|
|
@@ -0,0 +1,34 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-fast-image</name>
|
|
+ <comment>Project react-native-fast-image created by Buildship.</comment>
|
|
+ <projects>
|
|
+ </projects>
|
|
+ <buildSpec>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.jdt.core.javabuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ </buildSpec>
|
|
+ <natures>
|
|
+ <nature>org.eclipse.jdt.core.javanature</nature>
|
|
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
|
+ </natures>
|
|
+ <filteredResources>
|
|
+ <filter>
|
|
+ <id>1744530580926</id>
|
|
+ <name></name>
|
|
+ <type>30</type>
|
|
+ <matcher>
|
|
+ <id>org.eclipse.core.resources.regexFilterMatcher</id>
|
|
+ <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
|
+ </matcher>
|
|
+ </filter>
|
|
+ </filteredResources>
|
|
+</projectDescription>
|
|
diff --git a/node_modules/react-native-fast-image/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/react-native-fast-image/android/.settings/org.eclipse.buildship.core.prefs
|
|
new file mode 100644
|
|
index 0000000..1675490
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/.settings/org.eclipse.buildship.core.prefs
|
|
@@ -0,0 +1,2 @@
|
|
+connection.project.dir=../../../android
|
|
+eclipse.preferences.version=1
|
|
diff --git a/node_modules/react-native-fast-image/android/.settings/org.eclipse.jdt.core.prefs b/node_modules/react-native-fast-image/android/.settings/org.eclipse.jdt.core.prefs
|
|
new file mode 100644
|
|
index 0000000..60e5b01
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/.settings/org.eclipse.jdt.core.prefs
|
|
@@ -0,0 +1,4 @@
|
|
+eclipse.preferences.version=1
|
|
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=27
|
|
+org.eclipse.jdt.core.compiler.compliance=27
|
|
+org.eclipse.jdt.core.compiler.source=27
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/.project b/node_modules/react-native-fast-image/android/bin/.project
|
|
new file mode 100644
|
|
index 0000000..065377c
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/bin/.project
|
|
@@ -0,0 +1,23 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-fast-image</name>
|
|
+ <comment>Project react-native-fast-image created by Buildship.</comment>
|
|
+ <projects>
|
|
+ </projects>
|
|
+ <buildSpec>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.jdt.core.javabuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ <buildCommand>
|
|
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
|
|
+ <arguments>
|
|
+ </arguments>
|
|
+ </buildCommand>
|
|
+ </buildSpec>
|
|
+ <natures>
|
|
+ <nature>org.eclipse.jdt.core.javanature</nature>
|
|
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
|
|
+ </natures>
|
|
+</projectDescription>
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/build.gradle b/node_modules/react-native-fast-image/android/bin/build.gradle
|
|
new file mode 100644
|
|
index 0000000..5b21cd5
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/bin/build.gradle
|
|
@@ -0,0 +1,68 @@
|
|
+def safeExtGet(prop, fallback) {
|
|
+ rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
|
|
+}
|
|
+
|
|
+buildscript {
|
|
+ // The Android Gradle plugin is only required when opening the android folder stand-alone.
|
|
+ // This avoids unnecessary downloads and potential conflicts when the library is included as a
|
|
+ // module dependency in an application project.
|
|
+ if (project == rootProject) {
|
|
+ repositories {
|
|
+ google()
|
|
+ mavenCentral()
|
|
+ }
|
|
+ dependencies {
|
|
+ classpath 'com.android.tools.build:gradle:3.5.3'
|
|
+ }
|
|
+ }
|
|
+}
|
|
+
|
|
+apply plugin: 'com.android.library'
|
|
+
|
|
+android {
|
|
+ compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
|
+ buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
|
+ defaultConfig {
|
|
+ minSdkVersion safeExtGet('minSdkVersion', 16)
|
|
+ targetSdkVersion safeExtGet('targetSdkVersion', 28)
|
|
+ versionCode 1
|
|
+ versionName "1.0"
|
|
+ }
|
|
+ sourceSets {
|
|
+ main {
|
|
+ java {
|
|
+ if (safeExtGet('excludeAppGlideModule', false)) {
|
|
+ srcDir "src"
|
|
+ exclude "**/FastImageGlideModule.java"
|
|
+ }
|
|
+ }
|
|
+ }
|
|
+ }
|
|
+ lintOptions {
|
|
+ abortOnError false
|
|
+ }
|
|
+}
|
|
+
|
|
+repositories {
|
|
+ mavenLocal()
|
|
+ maven {
|
|
+ // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
|
+ url "$rootDir/../node_modules/react-native/android"
|
|
+ }
|
|
+ maven {
|
|
+ // Android JSC is installed from npm
|
|
+ url "$rootDir/../node_modules/jsc-android/dist"
|
|
+ }
|
|
+ google()
|
|
+ mavenCentral()
|
|
+}
|
|
+
|
|
+def glideVersion = safeExtGet('glideVersion', '4.12.0')
|
|
+
|
|
+dependencies {
|
|
+ //noinspection GradleDynamicVersion
|
|
+ implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
+ implementation "com.github.bumptech.glide:glide:${glideVersion}"
|
|
+ implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
|
|
+ annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
|
|
+}
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.class b/node_modules/react-native-fast-image/android/bin/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.class
|
|
new file mode 100644
|
|
index 0000000..1064c7e
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-fast-image/android/bin/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
new file mode 100644
|
|
index 0000000..8c9c699
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/bin/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
@@ -0,0 +1,4 @@
|
|
+aarFormatVersion=1.0
|
|
+aarMetadataVersion=1.0
|
|
+minCompileSdk=1
|
|
+minAndroidGradlePluginVersion=1.0.0
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/AndroidManifest.xml b/node_modules/react-native-fast-image/android/bin/src/main/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..8ccfa0a
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/bin/src/main/AndroidManifest.xml
|
|
@@ -0,0 +1,2 @@
|
|
+<manifest package="com.dylanvann.fastimage">
|
|
+</manifest>
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageCacheControl.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageCacheControl.class
|
|
new file mode 100644
|
|
index 0000000..a1c1229
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageCacheControl.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageGlideModule.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageGlideModule.class
|
|
new file mode 100644
|
|
index 0000000..dc3e657
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageGlideModule.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$DispatchingProgressListener.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$DispatchingProgressListener.class
|
|
new file mode 100644
|
|
index 0000000..a5297df
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$DispatchingProgressListener.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$OkHttpProgressResponseBody.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$OkHttpProgressResponseBody.class
|
|
new file mode 100644
|
|
index 0000000..3202313
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$OkHttpProgressResponseBody.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$ResponseProgressListener.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$ResponseProgressListener.class
|
|
new file mode 100644
|
|
index 0000000..dbc6fee
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule$ResponseProgressListener.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule.class
|
|
new file mode 100644
|
|
index 0000000..c9a93a8
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageOkHttpProgressGlideModule.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageProgressListener.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageProgressListener.class
|
|
new file mode 100644
|
|
index 0000000..4758bd2
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageProgressListener.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageRequestListener.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageRequestListener.class
|
|
new file mode 100644
|
|
index 0000000..5bc510a
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageRequestListener.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageSource.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageSource.class
|
|
new file mode 100644
|
|
index 0000000..22d1230
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageSource.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewConverter.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewConverter.class
|
|
new file mode 100644
|
|
index 0000000..ec395fa
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewConverter.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewManager.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewManager.class
|
|
new file mode 100644
|
|
index 0000000..2113719
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewManager.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewModule.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewModule.class
|
|
new file mode 100644
|
|
index 0000000..937419e
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewModule.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewPackage.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewPackage.class
|
|
new file mode 100644
|
|
index 0000000..57823df
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewPackage.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewWithUrl.class b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewWithUrl.class
|
|
new file mode 100644
|
|
index 0000000..415e67c
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/bin/src/main/java/com/dylanvann/fastimage/FastImageViewWithUrl.class differ
|
|
diff --git a/node_modules/react-native-fast-image/android/build.gradle b/node_modules/react-native-fast-image/android/build.gradle
|
|
index 5b21cd5..84a69e3 100644
|
|
--- a/node_modules/react-native-fast-image/android/build.gradle
|
|
+++ b/node_modules/react-native-fast-image/android/build.gradle
|
|
@@ -20,6 +20,7 @@ buildscript {
|
|
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
+ namespace "com.dylanvann.fastimage"
|
|
compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
|
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
|
defaultConfig {
|
|
diff --git a/node_modules/react-native-fast-image/android/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.java b/node_modules/react-native-fast-image/android/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.java
|
|
new file mode 100644
|
|
index 0000000..385f24d
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/generated/source/buildConfig/debug/com/dylanvann/fastimage/BuildConfig.java
|
|
@@ -0,0 +1,10 @@
|
|
+/**
|
|
+ * Automatically generated file. DO NOT MODIFY
|
|
+ */
|
|
+package com.dylanvann.fastimage;
|
|
+
|
|
+public final class BuildConfig {
|
|
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
+ public static final String LIBRARY_PACKAGE_NAME = "com.dylanvann.fastimage";
|
|
+ public static final String BUILD_TYPE = "debug";
|
|
+}
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..eefba10
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
|
|
@@ -0,0 +1,9 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+ package="com.dylanvann.fastimage" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..c657541
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
|
|
@@ -0,0 +1,18 @@
|
|
+{
|
|
+ "version": 3,
|
|
+ "artifactType": {
|
|
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
+ "kind": "Directory"
|
|
+ },
|
|
+ "applicationId": "com.dylanvann.fastimage",
|
|
+ "variantName": "debug",
|
|
+ "elements": [
|
|
+ {
|
|
+ "type": "SINGLE",
|
|
+ "filters": [],
|
|
+ "attributes": [],
|
|
+ "outputFile": "AndroidManifest.xml"
|
|
+ }
|
|
+ ],
|
|
+ "elementType": "File"
|
|
+}
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-fast-image/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
new file mode 100644
|
|
index 0000000..8c9c699
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
@@ -0,0 +1,4 @@
|
|
+aarFormatVersion=1.0
|
|
+aarMetadataVersion=1.0
|
|
+minCompileSdk=1
|
|
+minAndroidGradlePluginVersion=1.0.0
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/node_modules/react-native-fast-image/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
|
|
new file mode 100644
|
|
index 0000000..d81d11f
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
|
|
@@ -0,0 +1 @@
|
|
+{"compiler-4.12.0.jar (com.github.bumptech.glide:compiler:4.12.0)":true}
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
new file mode 100644
|
|
index 0000000..7c9fe89
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
@@ -0,0 +1 @@
|
|
+#Sun Apr 13 14:15:14 ICT 2025
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
|
|
new file mode 100644
|
|
index 0000000..287d885
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
|
|
@@ -0,0 +1,2 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/res"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/res"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"/><mergedItems/></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..329e03a
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
|
|
@@ -0,0 +1,2 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/debug/jniLibs"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..a5d0047
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
|
|
@@ -0,0 +1,2 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/debug/shaders"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/react-native-fast-image/android/build/intermediates/incremental/packageDebugAssets/merger.xml
|
|
new file mode 100644
|
|
index 0000000..69eb170
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/incremental/packageDebugAssets/merger.xml
|
|
@@ -0,0 +1,2 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/assets"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/build/intermediates/shader_assets/debug/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/debug/assets"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/local_only_symbol_list/debug/R-def.txt b/node_modules/react-native-fast-image/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
|
|
new file mode 100644
|
|
index 0000000..78ac5b8
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
|
|
@@ -0,0 +1,2 @@
|
|
+R_DEF: Internal format may change without notice
|
|
+local
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/node_modules/react-native-fast-image/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..5187f88
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
|
|
@@ -0,0 +1,11 @@
|
|
+1<?xml version="1.0" encoding="utf-8"?>
|
|
+2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+3 package="com.dylanvann.fastimage" >
|
|
+4
|
|
+5 <uses-sdk
|
|
+6 android:minSdkVersion="21"
|
|
+6-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+7 android:targetSdkVersion="34" />
|
|
+7-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+8
|
|
+9</manifest>
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/node_modules/react-native-fast-image/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..eefba10
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
|
|
@@ -0,0 +1,9 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+ package="com.dylanvann.fastimage" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/navigation_json/debug/navigation.json b/node_modules/react-native-fast-image/android/build/intermediates/navigation_json/debug/navigation.json
|
|
new file mode 100644
|
|
index 0000000..0637a08
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/navigation_json/debug/navigation.json
|
|
@@ -0,0 +1 @@
|
|
+[]
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/packaged_manifests/debug/output-metadata.json b/node_modules/react-native-fast-image/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..daabd76
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
@@ -0,0 +1,18 @@
|
|
+{
|
|
+ "version": 3,
|
|
+ "artifactType": {
|
|
+ "type": "PACKAGED_MANIFESTS",
|
|
+ "kind": "Directory"
|
|
+ },
|
|
+ "applicationId": "com.dylanvann.fastimage",
|
|
+ "variantName": "debug",
|
|
+ "elements": [
|
|
+ {
|
|
+ "type": "SINGLE",
|
|
+ "filters": [],
|
|
+ "attributes": [],
|
|
+ "outputFile": "../../merged_manifest/debug/AndroidManifest.xml"
|
|
+ }
|
|
+ ],
|
|
+ "elementType": "File"
|
|
+}
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fast-image/android/build/intermediates/variant_model/debug/out b/node_modules/react-native-fast-image/android/build/intermediates/variant_model/debug/out
|
|
new file mode 100644
|
|
index 0000000..0c4eecb
|
|
Binary files /dev/null and b/node_modules/react-native-fast-image/android/build/intermediates/variant_model/debug/out differ
|
|
diff --git a/node_modules/react-native-fast-image/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/react-native-fast-image/android/build/outputs/logs/manifest-merger-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..0806000
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fast-image/android/build/outputs/logs/manifest-merger-debug-report.txt
|
|
@@ -0,0 +1,25 @@
|
|
+-- Merging decision tree log ---
|
|
+manifest
|
|
+ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml:1:1-2:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml:1:1-2:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml:1:1-2:12
|
|
+ package
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml:1:11-44
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ xmlns:android
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml:1:1-2:12
|
|
+uses-sdk
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ android:targetSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ android:minSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fast-image/android/src/main/AndroidManifest.xml
|