454 lines
27 KiB
Diff
454 lines
27 KiB
Diff
diff --git a/node_modules/react-native-action-sheet/android/.classpath b/node_modules/react-native-action-sheet/android/.classpath
|
|
new file mode 100644
|
|
index 0000000..0a3280e
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/.project b/node_modules/react-native-action-sheet/android/.project
|
|
new file mode 100644
|
|
index 0000000..b7fc3b4
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/.project
|
|
@@ -0,0 +1,34 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-action-sheet</name>
|
|
+ <comment>Project react-native-action-sheet 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>1744530580849</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-action-sheet/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/react-native-action-sheet/android/.settings/org.eclipse.buildship.core.prefs
|
|
new file mode 100644
|
|
index 0000000..1675490
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/.settings/org.eclipse.jdt.core.prefs b/node_modules/react-native-action-sheet/android/.settings/org.eclipse.jdt.core.prefs
|
|
new file mode 100644
|
|
index 0000000..60e5b01
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/build.gradle b/node_modules/react-native-action-sheet/android/build.gradle
|
|
index 23a172b..98e4c4b 100644
|
|
--- a/node_modules/react-native-action-sheet/android/build.gradle
|
|
+++ b/node_modules/react-native-action-sheet/android/build.gradle
|
|
@@ -25,6 +25,7 @@ def safeExtGet(prop, fallback) {
|
|
}
|
|
|
|
android {
|
|
+ namespace "com.actionsheet"
|
|
compileSdkVersion safeExtGet('compileSdkVersion', 25)
|
|
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
|
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/generated/source/buildConfig/debug/com/actionsheet/BuildConfig.java b/node_modules/react-native-action-sheet/android/build/generated/source/buildConfig/debug/com/actionsheet/BuildConfig.java
|
|
new file mode 100644
|
|
index 0000000..91d2754
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/generated/source/buildConfig/debug/com/actionsheet/BuildConfig.java
|
|
@@ -0,0 +1,10 @@
|
|
+/**
|
|
+ * Automatically generated file. DO NOT MODIFY
|
|
+ */
|
|
+package com.actionsheet;
|
|
+
|
|
+public final class BuildConfig {
|
|
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
+ public static final String LIBRARY_PACKAGE_NAME = "com.actionsheet";
|
|
+ public static final String BUILD_TYPE = "debug";
|
|
+}
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/node_modules/react-native-action-sheet/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..06550ed
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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.actionsheet" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/node_modules/react-native-action-sheet/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..3f12a2f
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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.actionsheet",
|
|
+ "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-action-sheet/android/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-action-sheet/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
new file mode 100644
|
|
index 0000000..8c9c699
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/node_modules/react-native-action-sheet/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
|
|
new file mode 100644
|
|
index 0000000..9e26dfe
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
|
|
@@ -0,0 +1 @@
|
|
+{}
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/compiled_local_resources/debug/out/layout_dialog_item.xml.flat b/node_modules/react-native-action-sheet/android/build/intermediates/compiled_local_resources/debug/out/layout_dialog_item.xml.flat
|
|
new file mode 100644
|
|
index 0000000..fd0c9ec
|
|
Binary files /dev/null and b/node_modules/react-native-action-sheet/android/build/intermediates/compiled_local_resources/debug/out/layout_dialog_item.xml.flat differ
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state
|
|
new file mode 100644
|
|
index 0000000..1c983fc
|
|
Binary files /dev/null and b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
new file mode 100644
|
|
index 0000000..b3e2e09
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
@@ -0,0 +1,2 @@
|
|
+#Sun Apr 13 14:15:15 ICT 2025
|
|
+com.actionsheet.react-native-action-sheet-main-7\:/layout/dialog_item.xml=/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/layout/dialog_item.xml
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
|
|
new file mode 100644
|
|
index 0000000..2177f09
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml
|
|
@@ -0,0 +1,36 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<resources>
|
|
+ <style name="DialogListItemStyle">
|
|
+ <item name="android:layout_width">match_parent</item>
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
+
|
|
+
|
|
+ <item name="android:textStyle">normal</item>
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">20dp</item>
|
|
+ <item name="android:paddingTop">15dp</item>
|
|
+ <item name="android:paddingBottom">15dp</item>
|
|
+ <item name="android:paddingLeft">20dp</item>
|
|
+ <item name="android:paddingRight">20dp</item>
|
|
+
|
|
+
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+
|
|
+
|
|
+ <item name="android:ellipsize">marquee</item>
|
|
+ </style>
|
|
+ <style name="DialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
+
|
|
+
|
|
+ <item name="android:windowTitleStyle">@style/DialogTitleStyle</item>
|
|
+
|
|
+ <item name="android:textColorPrimary">#FF0000</item>
|
|
+ <item name="android:background">#FFFFFF</item>
|
|
+ </style>
|
|
+ <style name="DialogTitleStyle">
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">25dp</item>
|
|
+ <item name="android:textStyle">bold</item>
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+ </style>
|
|
+</resources>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
|
|
new file mode 100644
|
|
index 0000000..40eadf3
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
|
|
@@ -0,0 +1,32 @@
|
|
+<?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-action-sheet/android/src/main/res"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/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-action-sheet/android/src/main/res"><file name="dialog_item" path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/res/layout/dialog_item.xml" qualifiers="" type="layout"/><file path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/res/values/style.xml" qualifiers=""><style name="DialogListItemStyle">
|
|
+ <item name="android:layout_width">match_parent</item>
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
+
|
|
+
|
|
+ <item name="android:textStyle">normal</item>
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">20dp</item>
|
|
+ <item name="android:paddingTop">15dp</item>
|
|
+ <item name="android:paddingBottom">15dp</item>
|
|
+ <item name="android:paddingLeft">20dp</item>
|
|
+ <item name="android:paddingRight">20dp</item>
|
|
+
|
|
+
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+
|
|
+
|
|
+ <item name="android:ellipsize">marquee</item>
|
|
+ </style><style name="DialogTitleStyle">
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">25dp</item>
|
|
+ <item name="android:textStyle">bold</item>
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+ </style><style name="DialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
+
|
|
+
|
|
+ <item name="android:windowTitleStyle">@style/DialogTitleStyle</item>
|
|
+
|
|
+ <item name="android:textColorPrimary">#FF0000</item>
|
|
+ <item name="android:background">#FFFFFF</item>
|
|
+ </style></file></source><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/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-action-sheet/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-action-sheet/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-action-sheet/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..6e2134b
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/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-action-sheet/android/src/debug/jniLibs"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..eb5e0e0
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/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-action-sheet/android/src/debug/shaders"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/react-native-action-sheet/android/build/intermediates/incremental/packageDebugAssets/merger.xml
|
|
new file mode 100644
|
|
index 0000000..caf2035
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/src/main/assets"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/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-action-sheet/android/src/debug/assets"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/local_only_symbol_list/debug/R-def.txt b/node_modules/react-native-action-sheet/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
|
|
new file mode 100644
|
|
index 0000000..fcb70ff
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/local_only_symbol_list/debug/R-def.txt
|
|
@@ -0,0 +1,6 @@
|
|
+R_DEF: Internal format may change without notice
|
|
+local
|
|
+layout dialog_item
|
|
+style DialogListItemStyle
|
|
+style DialogStyle
|
|
+style DialogTitleStyle
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/node_modules/react-native-action-sheet/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..0b2e64a
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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.actionsheet" >
|
|
+4
|
|
+5 <uses-sdk
|
|
+6 android:minSdkVersion="21"
|
|
+6-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+7 android:targetSdkVersion="34" />
|
|
+7-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+8
|
|
+9</manifest>
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/merged_java_res/debug/feature-react-native-action-sheet.jar b/node_modules/react-native-action-sheet/android/build/intermediates/merged_java_res/debug/feature-react-native-action-sheet.jar
|
|
new file mode 100644
|
|
index 0000000..15cb0ec
|
|
Binary files /dev/null and b/node_modules/react-native-action-sheet/android/build/intermediates/merged_java_res/debug/feature-react-native-action-sheet.jar differ
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/node_modules/react-native-action-sheet/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..06550ed
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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.actionsheet" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/navigation_json/debug/navigation.json b/node_modules/react-native-action-sheet/android/build/intermediates/navigation_json/debug/navigation.json
|
|
new file mode 100644
|
|
index 0000000..0637a08
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/navigation_json/debug/navigation.json
|
|
@@ -0,0 +1 @@
|
|
+[]
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/packaged_manifests/debug/output-metadata.json b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..fd33f41
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
@@ -0,0 +1,18 @@
|
|
+{
|
|
+ "version": 3,
|
|
+ "artifactType": {
|
|
+ "type": "PACKAGED_MANIFESTS",
|
|
+ "kind": "Directory"
|
|
+ },
|
|
+ "applicationId": "com.actionsheet",
|
|
+ "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-action-sheet/android/build/intermediates/packaged_res/debug/layout/dialog_item.xml b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/layout/dialog_item.xml
|
|
new file mode 100644
|
|
index 0000000..1827853
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/layout/dialog_item.xml
|
|
@@ -0,0 +1,5 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<TextView
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+ style="@style/DialogListItemStyle"
|
|
+ />
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/values/values.xml b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/values/values.xml
|
|
new file mode 100644
|
|
index 0000000..2177f09
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/android/build/intermediates/packaged_res/debug/values/values.xml
|
|
@@ -0,0 +1,36 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<resources>
|
|
+ <style name="DialogListItemStyle">
|
|
+ <item name="android:layout_width">match_parent</item>
|
|
+ <item name="android:layout_height">wrap_content</item>
|
|
+
|
|
+
|
|
+ <item name="android:textStyle">normal</item>
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">20dp</item>
|
|
+ <item name="android:paddingTop">15dp</item>
|
|
+ <item name="android:paddingBottom">15dp</item>
|
|
+ <item name="android:paddingLeft">20dp</item>
|
|
+ <item name="android:paddingRight">20dp</item>
|
|
+
|
|
+
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+
|
|
+
|
|
+ <item name="android:ellipsize">marquee</item>
|
|
+ </style>
|
|
+ <style name="DialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
|
|
+
|
|
+
|
|
+ <item name="android:windowTitleStyle">@style/DialogTitleStyle</item>
|
|
+
|
|
+ <item name="android:textColorPrimary">#FF0000</item>
|
|
+ <item name="android:background">#FFFFFF</item>
|
|
+ </style>
|
|
+ <style name="DialogTitleStyle">
|
|
+ <item name="android:textColor">#000000</item>
|
|
+ <item name="android:textSize">25dp</item>
|
|
+ <item name="android:textStyle">bold</item>
|
|
+ <item name="android:gravity">center_vertical</item>
|
|
+ </style>
|
|
+</resources>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/intermediates/variant_model/debug/out b/node_modules/react-native-action-sheet/android/build/intermediates/variant_model/debug/out
|
|
new file mode 100644
|
|
index 0000000..0c4eecb
|
|
Binary files /dev/null and b/node_modules/react-native-action-sheet/android/build/intermediates/variant_model/debug/out differ
|
|
diff --git a/node_modules/react-native-action-sheet/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/react-native-action-sheet/android/build/outputs/logs/manifest-merger-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..a3d8683
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-action-sheet/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-action-sheet/android/src/main/AndroidManifest.xml:2:1-4:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml:2:1-4:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml:2:1-4:12
|
|
+ package
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml:3:5-30
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ xmlns:android
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml:2:11-69
|
|
+uses-sdk
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ android:targetSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ android:minSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-action-sheet/android/src/main/AndroidManifest.xml
|