605 lines
40 KiB
Diff
605 lines
40 KiB
Diff
diff --git a/node_modules/react-native-fbsdk/android/.classpath b/node_modules/react-native-fbsdk/android/.classpath
|
|
new file mode 100644
|
|
index 0000000..0a3280e
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/.project b/node_modules/react-native-fbsdk/android/.project
|
|
new file mode 100644
|
|
index 0000000..720cd11
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/.project
|
|
@@ -0,0 +1,34 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-fbsdk</name>
|
|
+ <comment>Project react-native-fbsdk 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>1744530580938</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-fbsdk/android/.settings/org.eclipse.buildship.core.prefs b/node_modules/react-native-fbsdk/android/.settings/org.eclipse.buildship.core.prefs
|
|
new file mode 100644
|
|
index 0000000..1675490
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/.settings/org.eclipse.jdt.core.prefs b/node_modules/react-native-fbsdk/android/.settings/org.eclipse.jdt.core.prefs
|
|
new file mode 100644
|
|
index 0000000..60e5b01
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/bin/.project b/node_modules/react-native-fbsdk/android/bin/.project
|
|
new file mode 100644
|
|
index 0000000..9279c84
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/bin/.project
|
|
@@ -0,0 +1,23 @@
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<projectDescription>
|
|
+ <name>react-native-fbsdk</name>
|
|
+ <comment>Project react-native-fbsdk 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-fbsdk/android/bin/build.gradle b/node_modules/react-native-fbsdk/android/bin/build.gradle
|
|
new file mode 100644
|
|
index 0000000..5f9065c
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/bin/build.gradle
|
|
@@ -0,0 +1,56 @@
|
|
+def safeExtGet(prop, fallback) {
|
|
+ rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
|
|
+}
|
|
+
|
|
+buildscript {
|
|
+ if (project == rootProject) {
|
|
+ // 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.
|
|
+ repositories {
|
|
+ google()
|
|
+ jcenter()
|
|
+ }
|
|
+ dependencies {
|
|
+ classpath 'com.android.tools.build:gradle:3.5.2'
|
|
+ }
|
|
+ }
|
|
+}
|
|
+
|
|
+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)
|
|
+ }
|
|
+ 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()
|
|
+ jcenter()
|
|
+}
|
|
+
|
|
+def FACEBOOK_SDK_VERSION = safeExtGet('facebookSdkVersion', '[5.0,6.0[')
|
|
+
|
|
+dependencies {
|
|
+ //noinspection GradleDynamicVersion
|
|
+ implementation "com.facebook.react:react-native:+" // From node_modules
|
|
+ implementation "com.facebook.android:facebook-core:${FACEBOOK_SDK_VERSION}"
|
|
+ implementation "com.facebook.android:facebook-login:${FACEBOOK_SDK_VERSION}"
|
|
+ implementation "com.facebook.android:facebook-share:${FACEBOOK_SDK_VERSION}"
|
|
+}
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.class b/node_modules/react-native-fbsdk/android/bin/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.class
|
|
new file mode 100644
|
|
index 0000000..d634fef
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-fbsdk/android/bin/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
new file mode 100644
|
|
index 0000000..8c9c699
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/bin/src/main/AndroidManifest.xml b/node_modules/react-native-fbsdk/android/bin/src/main/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..1390726
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/bin/src/main/AndroidManifest.xml
|
|
@@ -0,0 +1,23 @@
|
|
+<!--
|
|
+ Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
|
+
|
|
+ You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
|
+ copy, modify, and distribute this software in source code or binary form for use
|
|
+ in connection with the web services and APIs provided by Facebook.
|
|
+
|
|
+ As with any software that integrates with the Facebook platform, your use of
|
|
+ this software is subject to the Facebook Developer Principles and Policies
|
|
+ [http://developers.facebook.com/policy/]. This copyright notice shall be
|
|
+ included in all copies or substantial portions of the software.
|
|
+
|
|
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
+-->
|
|
+
|
|
+<manifest
|
|
+ package="com.facebook.reactnative.androidsdk">
|
|
+</manifest>
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAccessTokenModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAccessTokenModule.class
|
|
new file mode 100644
|
|
index 0000000..7b984d6
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAccessTokenModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBActivityEventListener.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBActivityEventListener.class
|
|
new file mode 100644
|
|
index 0000000..2d8624f
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBActivityEventListener.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAppEventsLoggerModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAppEventsLoggerModule.class
|
|
new file mode 100644
|
|
index 0000000..a8d9e69
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBAppEventsLoggerModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule$GameRequestDialogCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule$GameRequestDialogCallback.class
|
|
new file mode 100644
|
|
index 0000000..1c2cb42
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule$GameRequestDialogCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule.class
|
|
new file mode 100644
|
|
index 0000000..09cf742
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGameRequestDialogModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestBatchCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestBatchCallback.class
|
|
new file mode 100644
|
|
index 0000000..19d6f7e
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestBatchCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestCallback.class
|
|
new file mode 100644
|
|
index 0000000..97bb2d5
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule$GraphRequestCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule.class
|
|
new file mode 100644
|
|
index 0000000..0e00fab
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBGraphRequestModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginButtonManager.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginButtonManager.class
|
|
new file mode 100644
|
|
index 0000000..8abf88f
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginButtonManager.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule$LoginManagerCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule$LoginManagerCallback.class
|
|
new file mode 100644
|
|
index 0000000..45ff022
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule$LoginManagerCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule.class
|
|
new file mode 100644
|
|
index 0000000..7b4869c
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBLoginManagerModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule$MessageDialogCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule$MessageDialogCallback.class
|
|
new file mode 100644
|
|
index 0000000..3cf68b8
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule$MessageDialogCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule.class
|
|
new file mode 100644
|
|
index 0000000..e40cc57
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBMessageDialogModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKCallbackManagerBaseJavaModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKCallbackManagerBaseJavaModule.class
|
|
new file mode 100644
|
|
index 0000000..b175ef7
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKCallbackManagerBaseJavaModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKPackage.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKPackage.class
|
|
new file mode 100644
|
|
index 0000000..3cec541
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSDKPackage.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSendButtonManager.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSendButtonManager.class
|
|
new file mode 100644
|
|
index 0000000..43800e9
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBSendButtonManager.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule$ShareAPICallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule$ShareAPICallback.class
|
|
new file mode 100644
|
|
index 0000000..849a48f
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule$ShareAPICallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule.class
|
|
new file mode 100644
|
|
index 0000000..9e9c106
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareAPIModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareButtonManager.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareButtonManager.class
|
|
new file mode 100644
|
|
index 0000000..6e1fef0
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareButtonManager.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule$ShareDialogCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule$ShareDialogCallback.class
|
|
new file mode 100644
|
|
index 0000000..a698141
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule$ShareDialogCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule.class
|
|
new file mode 100644
|
|
index 0000000..fcbf755
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/FBShareDialogModule.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButton.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButton.class
|
|
new file mode 100644
|
|
index 0000000..79964ed
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButton.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/ReactNativeFacebookSDKCallback.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/ReactNativeFacebookSDKCallback.class
|
|
new file mode 100644
|
|
index 0000000..53e6021
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/ReactNativeFacebookSDKCallback.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/Utility.class b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/Utility.class
|
|
new file mode 100644
|
|
index 0000000..76b75c7
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/bin/src/main/java/com/facebook/reactnative/androidsdk/Utility.class differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/build.gradle b/node_modules/react-native-fbsdk/android/build.gradle
|
|
index 5f9065c..12b7525 100644
|
|
--- a/node_modules/react-native-fbsdk/android/build.gradle
|
|
+++ b/node_modules/react-native-fbsdk/android/build.gradle
|
|
@@ -20,6 +20,7 @@ buildscript {
|
|
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
+ namespace "com.facebook.reactnative.androidsdk"
|
|
compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
|
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
|
defaultConfig {
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.java b/node_modules/react-native-fbsdk/android/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.java
|
|
new file mode 100644
|
|
index 0000000..228672b
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/generated/source/buildConfig/debug/com/facebook/reactnative/androidsdk/BuildConfig.java
|
|
@@ -0,0 +1,10 @@
|
|
+/**
|
|
+ * Automatically generated file. DO NOT MODIFY
|
|
+ */
|
|
+package com.facebook.reactnative.androidsdk;
|
|
+
|
|
+public final class BuildConfig {
|
|
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
+ public static final String LIBRARY_PACKAGE_NAME = "com.facebook.reactnative.androidsdk";
|
|
+ public static final String BUILD_TYPE = "debug";
|
|
+}
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml b/node_modules/react-native-fbsdk/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..2271219
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
|
|
@@ -0,0 +1,28 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<!--
|
|
+ Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
|
+
|
|
+ You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
|
+ copy, modify, and distribute this software in source code or binary form for use
|
|
+ in connection with the web services and APIs provided by Facebook.
|
|
+
|
|
+ As with any software that integrates with the Facebook platform, your use of
|
|
+ this software is subject to the Facebook Developer Principles and Policies
|
|
+ [http://developers.facebook.com/policy/]. This copyright notice shall be
|
|
+ included in all copies or substantial portions of the software.
|
|
+
|
|
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
+-->
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+ package="com.facebook.reactnative.androidsdk" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json b/node_modules/react-native-fbsdk/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..2e3ec9f
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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.facebook.reactnative.androidsdk",
|
|
+ "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-fbsdk/android/build/intermediates/aar_metadata/debug/aar-metadata.properties b/node_modules/react-native-fbsdk/android/build/intermediates/aar_metadata/debug/aar-metadata.properties
|
|
new file mode 100644
|
|
index 0000000..8c9c699
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/node_modules/react-native-fbsdk/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
|
|
new file mode 100644
|
|
index 0000000..9e26dfe
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/node_modules/react-native-fbsdk/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-fbsdk/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
new file mode 100644
|
|
index 0000000..2f1993a
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
|
|
@@ -0,0 +1 @@
|
|
+#Sun Apr 13 14:15:13 ICT 2025
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml
|
|
new file mode 100644
|
|
index 0000000..7c67d24
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/src/main/res"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/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-fbsdk/android/src/main/res"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/build/generated/res/rs/debug"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/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-fbsdk/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-fbsdk/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-fbsdk/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..cc9f348
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/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-fbsdk/android/src/debug/jniLibs"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/incremental/mergeDebugShaders/merger.xml b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/mergeDebugShaders/merger.xml
|
|
new file mode 100644
|
|
index 0000000..41d004a
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/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-fbsdk/android/src/debug/shaders"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/incremental/packageDebugAssets/merger.xml b/node_modules/react-native-fbsdk/android/build/intermediates/incremental/packageDebugAssets/merger.xml
|
|
new file mode 100644
|
|
index 0000000..be4aa63
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/src/main/assets"/><source path="/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/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-fbsdk/android/src/debug/assets"/></dataSet></merger>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/local_only_symbol_list/debug/R-def.txt b/node_modules/react-native-fbsdk/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-fbsdk/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-fbsdk/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/node_modules/react-native-fbsdk/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..d8c61bb
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt
|
|
@@ -0,0 +1,30 @@
|
|
+1<?xml version="1.0" encoding="utf-8"?>
|
|
+2<!--
|
|
+3 Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
|
+4
|
|
+5 You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
|
+6 copy, modify, and distribute this software in source code or binary form for use
|
|
+7 in connection with the web services and APIs provided by Facebook.
|
|
+8
|
|
+9 As with any software that integrates with the Facebook platform, your use of
|
|
+10 this software is subject to the Facebook Developer Principles and Policies
|
|
+11 [http://developers.facebook.com/policy/]. This copyright notice shall be
|
|
+12 included in all copies or substantial portions of the software.
|
|
+13
|
|
+14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
+15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
+16 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
+17 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
+18 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+19 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
+20-->
|
|
+21<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+22 package="com.facebook.reactnative.androidsdk" >
|
|
+23
|
|
+24 <uses-sdk
|
|
+25 android:minSdkVersion="21"
|
|
+25-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+26 android:targetSdkVersion="34" />
|
|
+26-->/Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+27
|
|
+28</manifest>
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/merged_java_res/debug/feature-react-native-fbsdk.jar b/node_modules/react-native-fbsdk/android/build/intermediates/merged_java_res/debug/feature-react-native-fbsdk.jar
|
|
new file mode 100644
|
|
index 0000000..15cb0ec
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/build/intermediates/merged_java_res/debug/feature-react-native-fbsdk.jar differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/node_modules/react-native-fbsdk/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
|
|
new file mode 100644
|
|
index 0000000..2271219
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml
|
|
@@ -0,0 +1,28 @@
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
+<!--
|
|
+ Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
|
|
+
|
|
+ You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
|
+ copy, modify, and distribute this software in source code or binary form for use
|
|
+ in connection with the web services and APIs provided by Facebook.
|
|
+
|
|
+ As with any software that integrates with the Facebook platform, your use of
|
|
+ this software is subject to the Facebook Developer Principles and Policies
|
|
+ [http://developers.facebook.com/policy/]. This copyright notice shall be
|
|
+ included in all copies or substantial portions of the software.
|
|
+
|
|
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
+-->
|
|
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
+ package="com.facebook.reactnative.androidsdk" >
|
|
+
|
|
+ <uses-sdk
|
|
+ android:minSdkVersion="21"
|
|
+ android:targetSdkVersion="34" />
|
|
+
|
|
+</manifest>
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/navigation_json/debug/navigation.json b/node_modules/react-native-fbsdk/android/build/intermediates/navigation_json/debug/navigation.json
|
|
new file mode 100644
|
|
index 0000000..0637a08
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/navigation_json/debug/navigation.json
|
|
@@ -0,0 +1 @@
|
|
+[]
|
|
\ No newline at end of file
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/intermediates/packaged_manifests/debug/output-metadata.json b/node_modules/react-native-fbsdk/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
new file mode 100644
|
|
index 0000000..3a3ed2b
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/android/build/intermediates/packaged_manifests/debug/output-metadata.json
|
|
@@ -0,0 +1,18 @@
|
|
+{
|
|
+ "version": 3,
|
|
+ "artifactType": {
|
|
+ "type": "PACKAGED_MANIFESTS",
|
|
+ "kind": "Directory"
|
|
+ },
|
|
+ "applicationId": "com.facebook.reactnative.androidsdk",
|
|
+ "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-fbsdk/android/build/intermediates/variant_model/debug/out b/node_modules/react-native-fbsdk/android/build/intermediates/variant_model/debug/out
|
|
new file mode 100644
|
|
index 0000000..0c4eecb
|
|
Binary files /dev/null and b/node_modules/react-native-fbsdk/android/build/intermediates/variant_model/debug/out differ
|
|
diff --git a/node_modules/react-native-fbsdk/android/build/outputs/logs/manifest-merger-debug-report.txt b/node_modules/react-native-fbsdk/android/build/outputs/logs/manifest-merger-debug-report.txt
|
|
new file mode 100644
|
|
index 0000000..02b51b2
|
|
--- /dev/null
|
|
+++ b/node_modules/react-native-fbsdk/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-fbsdk/android/src/main/AndroidManifest.xml:21:1-23:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml:21:1-23:12
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml:21:1-23:12
|
|
+ package
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml:22:5-50
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ xmlns:android
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml:21:1-23:12
|
|
+uses-sdk
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ android:targetSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ android:minSdkVersion
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ ADDED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|
|
+ INJECTED from /Users/Kumpor/git_bda/csa-react-60/node_modules/react-native-fbsdk/android/src/main/AndroidManifest.xml
|