feat(rn) update React Native to version 0.66
This commit is contained in:
parent
53158410dc
commit
d121a63341
|
@ -76,7 +76,13 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
// https://github.com/facebook/react-native/issues/31572
|
||||||
|
// We can update past 1.4.0 on RN 0.68
|
||||||
|
implementation ('androidx.appcompat:appcompat:1.3.1') {
|
||||||
|
version {
|
||||||
|
strictly '1.3.1'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
||||||
|
|
||||||
|
|
|
@ -7,12 +7,12 @@ import org.gradle.util.VersionNumber
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
jcenter()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:4.1.2'
|
classpath 'com.android.tools.build:gradle:4.2.2'
|
||||||
classpath 'com.google.gms:google-services:4.3.4'
|
classpath 'com.google.gms:google-services:4.3.10'
|
||||||
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
|
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ ext {
|
||||||
minSdkVersion = 23
|
minSdkVersion = 23
|
||||||
targetSdkVersion = 31
|
targetSdkVersion = 31
|
||||||
supportLibVersion = "28.0.0"
|
supportLibVersion = "28.0.0"
|
||||||
|
ndkVersion = "21.4.7075529"
|
||||||
|
|
||||||
// The Maven artifact groupdId of the third-party react-native modules which
|
// The Maven artifact groupdId of the third-party react-native modules which
|
||||||
// Jitsi Meet SDK for Android depends on and which are not available in
|
// Jitsi Meet SDK for Android depends on and which are not available in
|
||||||
|
@ -42,13 +43,20 @@ ext {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
jcenter()
|
|
||||||
maven { url 'https://www.jitpack.io' }
|
|
||||||
// React Native (JS, Obj-C sources, Android binaries) is installed from npm.
|
// React Native (JS, Obj-C sources, Android binaries) is installed from npm.
|
||||||
maven { url "$rootDir/../node_modules/react-native/android" }
|
maven { url "$rootDir/../node_modules/react-native/android" }
|
||||||
// Android JSC is installed from npm.
|
// Android JSC is installed from npm.
|
||||||
maven { url("$rootDir/../node_modules/jsc-android/dist") }
|
maven { url("$rootDir/../node_modules/jsc-android/dist") }
|
||||||
|
maven { url 'https://www.jitpack.io' }
|
||||||
|
// https://github.com/react-native-video/react-native-video/issues/2454
|
||||||
|
//noinspection JcenterRepositoryObsolete
|
||||||
|
jcenter() {
|
||||||
|
content {
|
||||||
|
includeModule("com.yqritc", "android-scalablevideoview")
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure we use the react-native version in node_modules and not the one
|
// Make sure we use the react-native version in node_modules and not the one
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#Wed Sep 23 11:48:00 EEST 2020
|
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
|
|
||||||
|
|
|
@ -82,6 +82,7 @@ esac
|
||||||
|
|
||||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
if [ -n "$JAVA_HOME" ] ; then
|
if [ -n "$JAVA_HOME" ] ; then
|
||||||
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
|
||||||
|
@ -129,6 +130,7 @@ fi
|
||||||
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
|
||||||
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
|
||||||
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
|
||||||
|
|
||||||
JAVACMD=`cygpath --unix "$JAVACMD"`
|
JAVACMD=`cygpath --unix "$JAVACMD"`
|
||||||
|
|
||||||
# We build the pattern for arguments to be converted via cygpath
|
# We build the pattern for arguments to be converted via cygpath
|
||||||
|
|
|
@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
|
||||||
|
|
||||||
set JAVA_EXE=java.exe
|
set JAVA_EXE=java.exe
|
||||||
%JAVA_EXE% -version >NUL 2>&1
|
%JAVA_EXE% -version >NUL 2>&1
|
||||||
if "%ERRORLEVEL%" == "0" goto init
|
if "%ERRORLEVEL%" == "0" goto execute
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
||||||
|
@ -54,7 +54,7 @@ goto fail
|
||||||
set JAVA_HOME=%JAVA_HOME:"=%
|
set JAVA_HOME=%JAVA_HOME:"=%
|
||||||
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
||||||
|
|
||||||
if exist "%JAVA_EXE%" goto init
|
if exist "%JAVA_EXE%" goto execute
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
||||||
|
@ -64,28 +64,14 @@ echo location of your Java installation.
|
||||||
|
|
||||||
goto fail
|
goto fail
|
||||||
|
|
||||||
:init
|
|
||||||
@rem Get command-line arguments, handling Windows variants
|
|
||||||
|
|
||||||
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
||||||
|
|
||||||
:win9xME_args
|
|
||||||
@rem Slurp the command line arguments.
|
|
||||||
set CMD_LINE_ARGS=
|
|
||||||
set _SKIP=2
|
|
||||||
|
|
||||||
:win9xME_args_slurp
|
|
||||||
if "x%~1" == "x" goto execute
|
|
||||||
|
|
||||||
set CMD_LINE_ARGS=%*
|
|
||||||
|
|
||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
|
|
@ -3,6 +3,7 @@ apply plugin: 'maven-publish'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
|
ndkVersion rootProject.ext.ndkVersion
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
|
@ -34,8 +35,14 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
// https://github.com/facebook/react-native/issues/31572
|
||||||
implementation 'androidx.fragment:fragment:1.2.5'
|
// We can update past 1.4.0 on RN 0.68
|
||||||
|
implementation ('androidx.appcompat:appcompat:1.3.1') {
|
||||||
|
version {
|
||||||
|
strictly '1.3.1'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
implementation 'androidx.fragment:fragment:1.4.0'
|
||||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
||||||
|
|
||||||
|
<application android:usesCleartextTraffic="true">
|
||||||
|
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
||||||
|
</application>
|
||||||
|
</manifest>
|
|
@ -10,7 +10,6 @@
|
||||||
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />
|
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />
|
||||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||||
|
@ -36,7 +35,6 @@
|
||||||
android:resizeableActivity="true"
|
android:resizeableActivity="true"
|
||||||
android:supportsPictureInPicture="true"
|
android:supportsPictureInPicture="true"
|
||||||
android:windowSoftInputMode="adjustResize"/>
|
android:windowSoftInputMode="adjustResize"/>
|
||||||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".ConnectionService"
|
android:name=".ConnectionService"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
package org.jitsi.meet.sdk;
|
package org.jitsi.meet.sdk;
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.media.AudioManager;
|
import android.media.AudioManager;
|
||||||
|
@ -54,6 +55,7 @@ import java.util.concurrent.Executors;
|
||||||
* Before a call has started and after it has ended the
|
* Before a call has started and after it has ended the
|
||||||
* {@code AudioModeModule.DEFAULT} mode should be used.
|
* {@code AudioModeModule.DEFAULT} mode should be used.
|
||||||
*/
|
*/
|
||||||
|
@SuppressLint("AnnotateVersionCheck")
|
||||||
@ReactModule(name = AudioModeModule.NAME)
|
@ReactModule(name = AudioModeModule.NAME)
|
||||||
class AudioModeModule extends ReactContextBaseJavaModule {
|
class AudioModeModule extends ReactContextBaseJavaModule {
|
||||||
public static final String NAME = "AudioMode";
|
public static final String NAME = "AudioMode";
|
||||||
|
@ -79,7 +81,6 @@ class AudioModeModule extends ReactContextBaseJavaModule {
|
||||||
/**
|
/**
|
||||||
* Whether or not the ConnectionService is used for selecting audio devices.
|
* Whether or not the ConnectionService is used for selecting audio devices.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private static final boolean supportsConnectionService = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O;
|
private static final boolean supportsConnectionService = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O;
|
||||||
private static boolean useConnectionService_ = supportsConnectionService;
|
private static boolean useConnectionService_ = supportsConnectionService;
|
||||||
|
|
||||||
|
@ -148,6 +149,16 @@ class AudioModeModule extends ReactContextBaseJavaModule {
|
||||||
audioManager = (AudioManager)reactContext.getSystemService(Context.AUDIO_SERVICE);
|
audioManager = (AudioManager)reactContext.getSystemService(Context.AUDIO_SERVICE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void addListener(String eventName) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void removeListeners(Integer count) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a mapping with the constants this module is exporting.
|
* Gets a mapping with the constants this module is exporting.
|
||||||
*
|
*
|
||||||
|
|
|
@ -31,8 +31,7 @@ import java.util.Map;
|
||||||
* Module implementing an API for sending events from JavaScript to native code.
|
* Module implementing an API for sending events from JavaScript to native code.
|
||||||
*/
|
*/
|
||||||
@ReactModule(name = ExternalAPIModule.NAME)
|
@ReactModule(name = ExternalAPIModule.NAME)
|
||||||
class ExternalAPIModule
|
class ExternalAPIModule extends ReactContextBaseJavaModule {
|
||||||
extends ReactContextBaseJavaModule {
|
|
||||||
|
|
||||||
public static final String NAME = "ExternalAPI";
|
public static final String NAME = "ExternalAPI";
|
||||||
|
|
||||||
|
@ -57,6 +56,16 @@ class ExternalAPIModule
|
||||||
ParticipantsService.init(reactContext);
|
ParticipantsService.init(reactContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void addListener(String eventName) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void removeListeners(Integer count) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the name of this module to be used in the React Native bridge.
|
* Gets the name of this module to be used in the React Native bridge.
|
||||||
*
|
*
|
||||||
|
|
|
@ -59,6 +59,16 @@ class RNConnectionService extends ReactContextBaseJavaModule {
|
||||||
super(reactContext);
|
super(reactContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void addListener(String eventName) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
|
@ReactMethod
|
||||||
|
public void removeListeners(Integer count) {
|
||||||
|
// Keep: Required for RN built in Event Emitter Calls.
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts a new outgoing call.
|
* Starts a new outgoing call.
|
||||||
*
|
*
|
||||||
|
|
|
@ -21,7 +21,10 @@ target 'JitsiMeetSDK' do
|
||||||
#
|
#
|
||||||
|
|
||||||
config = use_native_modules!
|
config = use_native_modules!
|
||||||
use_react_native!(:path => config["reactNativePath"])
|
use_react_native!(
|
||||||
|
:path => config["reactNativePath"],
|
||||||
|
:hermes_enabled => false
|
||||||
|
)
|
||||||
|
|
||||||
# Native pod dependencies
|
# Native pod dependencies
|
||||||
#
|
#
|
||||||
|
@ -31,6 +34,7 @@ target 'JitsiMeetSDK' do
|
||||||
end
|
end
|
||||||
|
|
||||||
post_install do |installer|
|
post_install do |installer|
|
||||||
|
react_native_post_install(installer)
|
||||||
installer.pods_project.targets.each do |target|
|
installer.pods_project.targets.each do |target|
|
||||||
target.build_configurations.each do |config|
|
target.build_configurations.each do |config|
|
||||||
config.build_settings['ENABLE_BITCODE'] = 'YES'
|
config.build_settings['ENABLE_BITCODE'] = 'YES'
|
||||||
|
|
581
ios/Podfile.lock
581
ios/Podfile.lock
|
@ -8,19 +8,19 @@ PODS:
|
||||||
- AppAuth/ExternalUserAgent (= 1.4.0)
|
- AppAuth/ExternalUserAgent (= 1.4.0)
|
||||||
- AppAuth/Core (1.4.0)
|
- AppAuth/Core (1.4.0)
|
||||||
- AppAuth/ExternalUserAgent (1.4.0)
|
- AppAuth/ExternalUserAgent (1.4.0)
|
||||||
- boost-for-react-native (1.63.0)
|
- boost (1.76.0)
|
||||||
- CocoaLumberjack (3.5.3):
|
- CocoaLumberjack (3.5.3):
|
||||||
- CocoaLumberjack/Core (= 3.5.3)
|
- CocoaLumberjack/Core (= 3.5.3)
|
||||||
- CocoaLumberjack/Core (3.5.3)
|
- CocoaLumberjack/Core (3.5.3)
|
||||||
- DoubleConversion (1.1.6)
|
- DoubleConversion (1.1.6)
|
||||||
- FBLazyVector (0.63.4)
|
- FBLazyVector (0.66.4)
|
||||||
- FBReactNativeSpec (0.63.4):
|
- FBReactNativeSpec (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- RCTRequired (= 0.63.4)
|
- RCTRequired (= 0.66.4)
|
||||||
- RCTTypeSafety (= 0.63.4)
|
- RCTTypeSafety (= 0.66.4)
|
||||||
- React-Core (= 0.63.4)
|
- React-Core (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- Firebase/Analytics (6.33.0):
|
- Firebase/Analytics (6.33.0):
|
||||||
- Firebase/Core
|
- Firebase/Core
|
||||||
- Firebase/Core (6.33.0):
|
- Firebase/Core (6.33.0):
|
||||||
|
@ -65,15 +65,7 @@ PODS:
|
||||||
- GoogleUtilities/Environment (~> 6.7)
|
- GoogleUtilities/Environment (~> 6.7)
|
||||||
- GoogleUtilities/UserDefaults (~> 6.7)
|
- GoogleUtilities/UserDefaults (~> 6.7)
|
||||||
- PromisesObjC (~> 1.2)
|
- PromisesObjC (~> 1.2)
|
||||||
- Folly (2020.01.13.00):
|
- fmt (6.2.1)
|
||||||
- boost-for-react-native
|
|
||||||
- DoubleConversion
|
|
||||||
- Folly/Default (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- Folly/Default (2020.01.13.00):
|
|
||||||
- boost-for-react-native
|
|
||||||
- DoubleConversion
|
|
||||||
- glog
|
|
||||||
- glog (0.3.5)
|
- glog (0.3.5)
|
||||||
- GoogleAppMeasurement (6.8.3):
|
- GoogleAppMeasurement (6.8.3):
|
||||||
- GoogleUtilities/AppDelegateSwizzler (~> 6.7)
|
- GoogleUtilities/AppDelegateSwizzler (~> 6.7)
|
||||||
|
@ -117,172 +109,204 @@ PODS:
|
||||||
- nanopb/encode (1.30906.0)
|
- nanopb/encode (1.30906.0)
|
||||||
- ObjectiveDropboxOfficial (6.1.0)
|
- ObjectiveDropboxOfficial (6.1.0)
|
||||||
- PromisesObjC (1.2.12)
|
- PromisesObjC (1.2.12)
|
||||||
- RCTRequired (0.63.4)
|
- RCT-Folly (2021.06.28.00-v2):
|
||||||
- RCTTypeSafety (0.63.4):
|
- boost
|
||||||
- FBLazyVector (= 0.63.4)
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- RCTRequired (= 0.63.4)
|
|
||||||
- React-Core (= 0.63.4)
|
|
||||||
- React (0.63.4):
|
|
||||||
- React-Core (= 0.63.4)
|
|
||||||
- React-Core/DevSupport (= 0.63.4)
|
|
||||||
- React-Core/RCTWebSocket (= 0.63.4)
|
|
||||||
- React-RCTActionSheet (= 0.63.4)
|
|
||||||
- React-RCTAnimation (= 0.63.4)
|
|
||||||
- React-RCTBlob (= 0.63.4)
|
|
||||||
- React-RCTImage (= 0.63.4)
|
|
||||||
- React-RCTLinking (= 0.63.4)
|
|
||||||
- React-RCTNetwork (= 0.63.4)
|
|
||||||
- React-RCTSettings (= 0.63.4)
|
|
||||||
- React-RCTText (= 0.63.4)
|
|
||||||
- React-RCTVibration (= 0.63.4)
|
|
||||||
- React-callinvoker (0.63.4)
|
|
||||||
- React-Core (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default (= 0.63.4)
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/CoreModulesHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/Default (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/DevSupport (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default (= 0.63.4)
|
|
||||||
- React-Core/RCTWebSocket (= 0.63.4)
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- React-jsinspector (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTActionSheetHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTAnimationHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTBlobHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTImageHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTLinkingHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTNetworkHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTSettingsHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTTextHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTVibrationHeaders (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-Core/RCTWebSocket (0.63.4):
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
|
||||||
- React-Core/Default (= 0.63.4)
|
|
||||||
- React-cxxreact (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-jsiexecutor (= 0.63.4)
|
|
||||||
- Yoga
|
|
||||||
- React-CoreModules (0.63.4):
|
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- RCTTypeSafety (= 0.63.4)
|
|
||||||
- React-Core/CoreModulesHeaders (= 0.63.4)
|
|
||||||
- React-jsi (= 0.63.4)
|
|
||||||
- React-RCTImage (= 0.63.4)
|
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
|
||||||
- React-cxxreact (0.63.4):
|
|
||||||
- boost-for-react-native (= 1.63.0)
|
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2020.01.13.00)
|
- fmt (~> 6.2.1)
|
||||||
- glog
|
- glog
|
||||||
- React-callinvoker (= 0.63.4)
|
- RCT-Folly/Default (= 2021.06.28.00-v2)
|
||||||
- React-jsinspector (= 0.63.4)
|
- RCT-Folly/Default (2021.06.28.00-v2):
|
||||||
- React-jsi (0.63.4):
|
- boost
|
||||||
- boost-for-react-native (= 1.63.0)
|
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2020.01.13.00)
|
- fmt (~> 6.2.1)
|
||||||
- glog
|
- glog
|
||||||
- React-jsi/Default (= 0.63.4)
|
- RCTRequired (0.66.4)
|
||||||
- React-jsi/Default (0.63.4):
|
- RCTTypeSafety (0.66.4):
|
||||||
- boost-for-react-native (= 1.63.0)
|
- FBLazyVector (= 0.66.4)
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTRequired (= 0.66.4)
|
||||||
|
- React-Core (= 0.66.4)
|
||||||
|
- React (0.66.4):
|
||||||
|
- React-Core (= 0.66.4)
|
||||||
|
- React-Core/DevSupport (= 0.66.4)
|
||||||
|
- React-Core/RCTWebSocket (= 0.66.4)
|
||||||
|
- React-RCTActionSheet (= 0.66.4)
|
||||||
|
- React-RCTAnimation (= 0.66.4)
|
||||||
|
- React-RCTBlob (= 0.66.4)
|
||||||
|
- React-RCTImage (= 0.66.4)
|
||||||
|
- React-RCTLinking (= 0.66.4)
|
||||||
|
- React-RCTNetwork (= 0.66.4)
|
||||||
|
- React-RCTSettings (= 0.66.4)
|
||||||
|
- React-RCTText (= 0.66.4)
|
||||||
|
- React-RCTVibration (= 0.66.4)
|
||||||
|
- React-callinvoker (0.66.4)
|
||||||
|
- React-Core (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.66.4)
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/CoreModulesHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/Default (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/DevSupport (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.66.4)
|
||||||
|
- React-Core/RCTWebSocket (= 0.66.4)
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-jsinspector (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTActionSheetHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTAnimationHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTBlobHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTImageHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTLinkingHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTNetworkHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTSettingsHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTTextHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTVibrationHeaders (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTWebSocket (0.66.4):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.66.4)
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsiexecutor (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- Yoga
|
||||||
|
- React-CoreModules (0.66.4):
|
||||||
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.66.4)
|
||||||
|
- React-Core/CoreModulesHeaders (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-RCTImage (= 0.66.4)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
|
- React-cxxreact (0.66.4):
|
||||||
|
- boost (= 1.76.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
- glog
|
||||||
- React-jsiexecutor (0.63.4):
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-callinvoker (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-jsinspector (= 0.66.4)
|
||||||
|
- React-logger (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- React-runtimeexecutor (= 0.66.4)
|
||||||
|
- React-jsi (0.66.4):
|
||||||
|
- boost (= 1.76.0)
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
- glog
|
||||||
- React-cxxreact (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-jsi (= 0.63.4)
|
- React-jsi/Default (= 0.66.4)
|
||||||
- React-jsinspector (0.63.4)
|
- React-jsi/Default (0.66.4):
|
||||||
|
- boost (= 1.76.0)
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-jsiexecutor (0.66.4):
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
|
- React-jsinspector (0.66.4)
|
||||||
|
- React-logger (0.66.4):
|
||||||
|
- glog
|
||||||
- react-native-background-timer (2.4.1):
|
- react-native-background-timer (2.4.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-get-random-values (1.7.2):
|
- react-native-get-random-values (1.7.2):
|
||||||
|
@ -310,66 +334,71 @@ PODS:
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-webview (11.15.1):
|
- react-native-webview (11.15.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- React-RCTActionSheet (0.63.4):
|
- React-perflogger (0.66.4)
|
||||||
- React-Core/RCTActionSheetHeaders (= 0.63.4)
|
- React-RCTActionSheet (0.66.4):
|
||||||
- React-RCTAnimation (0.63.4):
|
- React-Core/RCTActionSheetHeaders (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTAnimation (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- RCTTypeSafety (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core/RCTAnimationHeaders (= 0.63.4)
|
- RCTTypeSafety (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTAnimationHeaders (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- React-RCTBlob (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTBlob (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- React-Core/RCTBlobHeaders (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core/RCTWebSocket (= 0.63.4)
|
- React-Core/RCTBlobHeaders (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTWebSocket (= 0.66.4)
|
||||||
- React-RCTNetwork (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-RCTNetwork (= 0.66.4)
|
||||||
- React-RCTImage (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTImage (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- RCTTypeSafety (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core/RCTImageHeaders (= 0.63.4)
|
- RCTTypeSafety (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTImageHeaders (= 0.66.4)
|
||||||
- React-RCTNetwork (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-RCTNetwork (= 0.66.4)
|
||||||
- React-RCTLinking (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTLinking (0.66.4):
|
||||||
- React-Core/RCTLinkingHeaders (= 0.63.4)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTLinkingHeaders (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- React-RCTNetwork (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTNetwork (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- RCTTypeSafety (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core/RCTNetworkHeaders (= 0.63.4)
|
- RCTTypeSafety (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTNetworkHeaders (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- React-RCTSettings (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTSettings (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- RCTTypeSafety (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core/RCTSettingsHeaders (= 0.63.4)
|
- RCTTypeSafety (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTSettingsHeaders (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- React-RCTText (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
- React-Core/RCTTextHeaders (= 0.63.4)
|
- React-RCTText (0.66.4):
|
||||||
- React-RCTVibration (0.63.4):
|
- React-Core/RCTTextHeaders (= 0.66.4)
|
||||||
- FBReactNativeSpec (= 0.63.4)
|
- React-RCTVibration (0.66.4):
|
||||||
- Folly (= 2020.01.13.00)
|
- FBReactNativeSpec (= 0.66.4)
|
||||||
- React-Core/RCTVibrationHeaders (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-jsi (= 0.63.4)
|
- React-Core/RCTVibrationHeaders (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (= 0.63.4)
|
- React-jsi (= 0.66.4)
|
||||||
- ReactCommon/turbomodule/core (0.63.4):
|
- ReactCommon/turbomodule/core (= 0.66.4)
|
||||||
|
- React-runtimeexecutor (0.66.4):
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- ReactCommon/turbomodule/core (0.66.4):
|
||||||
- DoubleConversion
|
- DoubleConversion
|
||||||
- Folly (= 2020.01.13.00)
|
|
||||||
- glog
|
- glog
|
||||||
- React-callinvoker (= 0.63.4)
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
- React-Core (= 0.63.4)
|
- React-callinvoker (= 0.66.4)
|
||||||
- React-cxxreact (= 0.63.4)
|
- React-Core (= 0.66.4)
|
||||||
- React-jsi (= 0.63.4)
|
- React-cxxreact (= 0.66.4)
|
||||||
|
- React-jsi (= 0.66.4)
|
||||||
|
- React-logger (= 0.66.4)
|
||||||
|
- React-perflogger (= 0.66.4)
|
||||||
- RNCalendarEvents (2.2.0):
|
- RNCalendarEvents (2.2.0):
|
||||||
- React
|
- React
|
||||||
- RNCAsyncStorage (1.15.14):
|
- RNCAsyncStorage (1.15.14):
|
||||||
|
@ -405,16 +434,17 @@ PODS:
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- "amplitude-react-native (from `../node_modules/@amplitude/react-native`)"
|
- "amplitude-react-native (from `../node_modules/@amplitude/react-native`)"
|
||||||
|
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
||||||
- CocoaLumberjack (~> 3.5.3)
|
- CocoaLumberjack (~> 3.5.3)
|
||||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||||
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
||||||
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
|
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
||||||
- Firebase/Analytics (~> 6.33.0)
|
- Firebase/Analytics (~> 6.33.0)
|
||||||
- Firebase/Crashlytics (~> 6.33.0)
|
- Firebase/Crashlytics (~> 6.33.0)
|
||||||
- Firebase/DynamicLinks (~> 6.33.0)
|
- Firebase/DynamicLinks (~> 6.33.0)
|
||||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
|
||||||
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
||||||
- ObjectiveDropboxOfficial (~> 6.1.0)
|
- ObjectiveDropboxOfficial (~> 6.1.0)
|
||||||
|
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
||||||
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
||||||
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
||||||
- React (from `../node_modules/react-native/`)
|
- React (from `../node_modules/react-native/`)
|
||||||
|
@ -427,6 +457,7 @@ DEPENDENCIES:
|
||||||
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
||||||
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
||||||
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
||||||
|
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
||||||
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
|
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
|
||||||
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
|
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
|
||||||
- react-native-keep-awake (from `../node_modules/react-native-keep-awake`)
|
- react-native-keep-awake (from `../node_modules/react-native-keep-awake`)
|
||||||
|
@ -439,6 +470,7 @@ DEPENDENCIES:
|
||||||
- react-native-video (from `../node_modules/react-native-video`)
|
- react-native-video (from `../node_modules/react-native-video`)
|
||||||
- react-native-webrtc (from `../node_modules/react-native-webrtc`)
|
- react-native-webrtc (from `../node_modules/react-native-webrtc`)
|
||||||
- react-native-webview (from `../node_modules/react-native-webview`)
|
- react-native-webview (from `../node_modules/react-native-webview`)
|
||||||
|
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
||||||
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
||||||
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
||||||
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
||||||
|
@ -448,6 +480,7 @@ DEPENDENCIES:
|
||||||
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
||||||
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
||||||
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
||||||
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
||||||
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||||
- RNCalendarEvents (from `../node_modules/react-native-calendar-events`)
|
- RNCalendarEvents (from `../node_modules/react-native-calendar-events`)
|
||||||
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
|
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
|
||||||
|
@ -468,7 +501,6 @@ SPEC REPOS:
|
||||||
trunk:
|
trunk:
|
||||||
- Amplitude
|
- Amplitude
|
||||||
- AppAuth
|
- AppAuth
|
||||||
- boost-for-react-native
|
|
||||||
- CocoaLumberjack
|
- CocoaLumberjack
|
||||||
- Firebase
|
- Firebase
|
||||||
- FirebaseAnalytics
|
- FirebaseAnalytics
|
||||||
|
@ -477,6 +509,7 @@ SPEC REPOS:
|
||||||
- FirebaseCrashlytics
|
- FirebaseCrashlytics
|
||||||
- FirebaseDynamicLinks
|
- FirebaseDynamicLinks
|
||||||
- FirebaseInstallations
|
- FirebaseInstallations
|
||||||
|
- fmt
|
||||||
- GoogleAppMeasurement
|
- GoogleAppMeasurement
|
||||||
- GoogleDataTransport
|
- GoogleDataTransport
|
||||||
- GoogleSignIn
|
- GoogleSignIn
|
||||||
|
@ -490,16 +523,18 @@ SPEC REPOS:
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
amplitude-react-native:
|
amplitude-react-native:
|
||||||
:path: "../node_modules/@amplitude/react-native"
|
:path: "../node_modules/@amplitude/react-native"
|
||||||
|
boost:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
||||||
DoubleConversion:
|
DoubleConversion:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
||||||
FBLazyVector:
|
FBLazyVector:
|
||||||
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
||||||
FBReactNativeSpec:
|
FBReactNativeSpec:
|
||||||
:path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
|
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
||||||
Folly:
|
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
|
||||||
glog:
|
glog:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
||||||
|
RCT-Folly:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
||||||
RCTRequired:
|
RCTRequired:
|
||||||
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
||||||
RCTTypeSafety:
|
RCTTypeSafety:
|
||||||
|
@ -520,6 +555,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
||||||
React-jsinspector:
|
React-jsinspector:
|
||||||
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
||||||
|
React-logger:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/logger"
|
||||||
react-native-background-timer:
|
react-native-background-timer:
|
||||||
:path: "../node_modules/react-native-background-timer"
|
:path: "../node_modules/react-native-background-timer"
|
||||||
react-native-get-random-values:
|
react-native-get-random-values:
|
||||||
|
@ -544,6 +581,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../node_modules/react-native-webrtc"
|
:path: "../node_modules/react-native-webrtc"
|
||||||
react-native-webview:
|
react-native-webview:
|
||||||
:path: "../node_modules/react-native-webview"
|
:path: "../node_modules/react-native-webview"
|
||||||
|
React-perflogger:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
||||||
React-RCTActionSheet:
|
React-RCTActionSheet:
|
||||||
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
||||||
React-RCTAnimation:
|
React-RCTAnimation:
|
||||||
|
@ -562,6 +601,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../node_modules/react-native/Libraries/Text"
|
:path: "../node_modules/react-native/Libraries/Text"
|
||||||
React-RCTVibration:
|
React-RCTVibration:
|
||||||
:path: "../node_modules/react-native/Libraries/Vibration"
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
||||||
|
React-runtimeexecutor:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
||||||
ReactCommon:
|
ReactCommon:
|
||||||
:path: "../node_modules/react-native/ReactCommon"
|
:path: "../node_modules/react-native/ReactCommon"
|
||||||
RNCalendarEvents:
|
RNCalendarEvents:
|
||||||
|
@ -597,11 +638,11 @@ SPEC CHECKSUMS:
|
||||||
Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
|
Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
|
||||||
amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
|
amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
|
||||||
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
|
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
|
||||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
boost: a7c83b31436843459a1961bfd74b96033dc77234
|
||||||
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
|
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
|
||||||
DoubleConversion: cde416483dac037923206447da6e1454df403714
|
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
|
||||||
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
|
FBLazyVector: e5569e42a1c79ca00521846c223173a57aca1fe1
|
||||||
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
|
FBReactNativeSpec: fe08c1cd7e2e205718d77ad14b34957cce949b58
|
||||||
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
|
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
|
||||||
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
|
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
|
||||||
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
|
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
|
||||||
|
@ -609,8 +650,8 @@ SPEC CHECKSUMS:
|
||||||
FirebaseCrashlytics: 1a747c9cc084a24dc6d9511c991db1cd078154eb
|
FirebaseCrashlytics: 1a747c9cc084a24dc6d9511c991db1cd078154eb
|
||||||
FirebaseDynamicLinks: 6eac37d86910382eafb6315d952cc44c9e176094
|
FirebaseDynamicLinks: 6eac37d86910382eafb6315d952cc44c9e176094
|
||||||
FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2
|
FirebaseInstallations: 466c7b4d1f58fe16707693091da253726a731ed2
|
||||||
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
||||||
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
|
glog: 5337263514dd6f09803962437687240c5dc39aa4
|
||||||
GoogleAppMeasurement: 966e88df9d19c15715137bb2ddaf52373f111436
|
GoogleAppMeasurement: 966e88df9d19c15715137bb2ddaf52373f111436
|
||||||
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833
|
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833
|
||||||
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
|
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
|
||||||
|
@ -620,16 +661,18 @@ SPEC CHECKSUMS:
|
||||||
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc
|
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc
|
||||||
ObjectiveDropboxOfficial: b4765572e334d6fc6214b43a7595510324bbbbaa
|
ObjectiveDropboxOfficial: b4765572e334d6fc6214b43a7595510324bbbbaa
|
||||||
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
|
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
|
||||||
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
|
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
|
||||||
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
|
RCTRequired: 4bf86c70714490bca4bf2696148638284622644b
|
||||||
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
|
RCTTypeSafety: c475a7059eb77935fa53d2c17db299893f057d5d
|
||||||
React-callinvoker: c3f44dd3cb195b6aa46621fff95ded79d59043fe
|
React: f64af14e3f2c50f6f2c91a5fd250e4ff1b3c3459
|
||||||
React-Core: d3b2a1ac9a2c13c3bcde712d9281fc1c8a5b315b
|
React-callinvoker: b74e4ae80287780dcdf0cab262bcb581eeef56e7
|
||||||
React-CoreModules: 0581ff36cb797da0943d424f69e7098e43e9be60
|
React-Core: 3eb7432bad96ff1d25aebc1defbae013fee2fd0e
|
||||||
React-cxxreact: c1480d4fda5720086c90df537ee7d285d4c57ac3
|
React-CoreModules: ad9e1fd5650e16666c57a08328df86fd7e480cb9
|
||||||
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
|
React-cxxreact: 02633ff398cf7e91a2c1e12590d323c4a4b8668a
|
||||||
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
|
React-jsi: 805c41a927d6499fb811772acb971467d9204633
|
||||||
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
|
React-jsiexecutor: 94ce921e1d8ce7023366873ec371f3441383b396
|
||||||
|
React-jsinspector: d0374f7509d407d2264168b6d0fad0b54e300b85
|
||||||
|
React-logger: 933f80c97c633ee8965d609876848148e3fef438
|
||||||
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
|
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
|
||||||
react-native-get-random-values: 30b3f74ca34e30e2e480de48e4add2706a40ac8f
|
react-native-get-random-values: 30b3f74ca34e30e2e480de48e4add2706a40ac8f
|
||||||
react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
|
react-native-keep-awake: afad8a51dfef9fe9655a6344771be32c8596d774
|
||||||
|
@ -642,16 +685,18 @@ SPEC CHECKSUMS:
|
||||||
react-native-video: a4c2635d0802f983594b7057e1bce8f442f0ad28
|
react-native-video: a4c2635d0802f983594b7057e1bce8f442f0ad28
|
||||||
react-native-webrtc: 2f20515f3ebb9dbf1f2aad638cc7573396cf948f
|
react-native-webrtc: 2f20515f3ebb9dbf1f2aad638cc7573396cf948f
|
||||||
react-native-webview: ea4899a1056c782afa96dd082179a66cbebf5504
|
react-native-webview: ea4899a1056c782afa96dd082179a66cbebf5504
|
||||||
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
|
React-perflogger: 93075d8931c32cd1fce8a98c15d2d5ccc4d891bd
|
||||||
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
|
React-RCTActionSheet: 7d3041e6761b4f3044a37079ddcb156575fb6d89
|
||||||
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
|
React-RCTAnimation: 743e88b55ac62511ae5c2e22803d4f503f2a3a13
|
||||||
React-RCTImage: c1b1f2d3f43a4a528c8946d6092384b5c880d2f0
|
React-RCTBlob: bee3a2f98fa7fc25c957c8643494244f74bea0a0
|
||||||
React-RCTLinking: 35ae4ab9dc0410d1fcbdce4d7623194a27214fb2
|
React-RCTImage: 19fc9e29b06cc38611c553494f8d3040bf78c24e
|
||||||
React-RCTNetwork: 29ec2696f8d8cfff7331fac83d3e893c95ef43ae
|
React-RCTLinking: dc799503979c8c711126d66328e7ce8f25c2848f
|
||||||
React-RCTSettings: 60f0691bba2074ef394f95d4c2265ec284e0a46a
|
React-RCTNetwork: 417e4e34cf3c19eaa5fd4e9eb20180d662a799ce
|
||||||
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
|
React-RCTSettings: 4df89417265af26501a7e0e9192a34d3d9848dff
|
||||||
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
|
React-RCTText: f8a21c3499ab322326290fa9b701ae29aa093aa5
|
||||||
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
|
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
|
||||||
|
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
|
||||||
|
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
|
||||||
RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3
|
RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3
|
||||||
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
|
RNCAsyncStorage: ea6b5c280997b2b32a587793163b1f10e580c4f7
|
||||||
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
|
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
|
||||||
|
@ -665,8 +710,8 @@ SPEC CHECKSUMS:
|
||||||
RNSound: 27e8268bdb0a1f191f219a33267f7e0445e8d62f
|
RNSound: 27e8268bdb0a1f191f219a33267f7e0445e8d62f
|
||||||
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
|
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
|
||||||
RNWatch: 99637948ec9b5c9ec5a41920642594ad5ba07e80
|
RNWatch: 99637948ec9b5c9ec5a41920642594ad5ba07e80
|
||||||
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
|
||||||
|
|
||||||
PODFILE CHECKSUM: e54f2f2e86709ccebbf8673ba9df71589886c81d
|
PODFILE CHECKSUM: 40b99aeea6fd9b3363170ff85721de7c2a5b26a3
|
||||||
|
|
||||||
COCOAPODS: 1.11.2
|
COCOAPODS: 1.11.2
|
||||||
|
|
|
@ -977,6 +977,7 @@
|
||||||
ENABLE_BITCODE = YES;
|
ENABLE_BITCODE = YES;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
@ -1037,6 +1038,7 @@
|
||||||
ENABLE_BITCODE = YES;
|
ENABLE_BITCODE = YES;
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
|
|
@ -518,6 +518,7 @@
|
||||||
ENABLE_BITCODE = YES;
|
ENABLE_BITCODE = YES;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
@ -580,6 +581,7 @@
|
||||||
ENABLE_BITCODE = YES;
|
ENABLE_BITCODE = YES;
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
|
|
@ -23,7 +23,7 @@ module.exports = (async () => {
|
||||||
getTransformOptions: async () => ({
|
getTransformOptions: async () => ({
|
||||||
transform: {
|
transform: {
|
||||||
experimentalImportSupport: false,
|
experimentalImportSupport: false,
|
||||||
inlineRequires: false,
|
inlineRequires: true,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -80,13 +80,13 @@
|
||||||
"optional-require": "1.0.3",
|
"optional-require": "1.0.3",
|
||||||
"promise.allsettled": "1.0.4",
|
"promise.allsettled": "1.0.4",
|
||||||
"punycode": "2.1.1",
|
"punycode": "2.1.1",
|
||||||
"react": "16.13.1",
|
"react": "17.0.2",
|
||||||
"react-dom": "16.13.1",
|
"react-dom": "17.0.2",
|
||||||
"react-emoji-render": "1.2.4",
|
"react-emoji-render": "1.2.4",
|
||||||
"react-focus-lock": "2.5.1",
|
"react-focus-lock": "2.5.1",
|
||||||
"react-i18next": "10.11.4",
|
"react-i18next": "10.11.4",
|
||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-native": "0.63.4",
|
"react-native": "0.66.4",
|
||||||
"react-native-background-timer": "2.4.1",
|
"react-native-background-timer": "2.4.1",
|
||||||
"react-native-calendar-events": "2.2.0",
|
"react-native-calendar-events": "2.2.0",
|
||||||
"react-native-callstats": "3.73.7",
|
"react-native-callstats": "3.73.7",
|
||||||
|
@ -151,11 +151,11 @@
|
||||||
"eslint-plugin-react": "7.26.1",
|
"eslint-plugin-react": "7.26.1",
|
||||||
"eslint-plugin-react-native": "3.11.0",
|
"eslint-plugin-react-native": "3.11.0",
|
||||||
"expose-loader": "3.0.0",
|
"expose-loader": "3.0.0",
|
||||||
"flow-bin": "0.122.0",
|
"flow-bin": "0.158.0",
|
||||||
"imports-loader": "0.7.1",
|
"imports-loader": "0.7.1",
|
||||||
"jetifier": "1.6.4",
|
"jetifier": "1.6.4",
|
||||||
"jsonlint": "1.6.3",
|
"jsonlint": "1.6.3",
|
||||||
"metro-react-native-babel-preset": "0.59.0",
|
"metro-react-native-babel-preset": "0.66.2",
|
||||||
"patch-package": "6.4.7",
|
"patch-package": "6.4.7",
|
||||||
"process": "0.11.10",
|
"process": "0.11.10",
|
||||||
"sass": "1.26.8",
|
"sass": "1.26.8",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/node_modules/react-native/React/CoreModules/RCTTiming.mm b/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
diff --git a/node_modules/react-native/React/CoreModules/RCTTiming.mm b/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
||||||
index 7517771..5af8bdc 100644
|
index 70f0543..d43a4be 100644
|
||||||
--- a/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
--- a/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
||||||
+++ b/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
+++ b/node_modules/react-native/React/CoreModules/RCTTiming.mm
|
||||||
@@ -148,6 +148,11 @@ - (void)setup
|
@@ -146,6 +146,11 @@ - (void)setup
|
||||||
name:name
|
name:name
|
||||||
object:nil];
|
object:nil];
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ index 7517771..5af8bdc 100644
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
@@ -184,6 +189,16 @@ - (void)appDidMoveToForeground
|
@@ -182,6 +187,16 @@ - (void)appDidMoveToForeground
|
||||||
[self startTimers];
|
[self startTimers];
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,13 +80,6 @@ function _visitNode(node, callback) {
|
||||||
global.addEventListener = () => {};
|
global.addEventListener = () => {};
|
||||||
}
|
}
|
||||||
|
|
||||||
// Promise.allSettled is supported from RN 0.63 onwards, use a polyfill for that.
|
|
||||||
// Invokes its shim method to shim Promise.allSettled if it is unavailable or noncompliant.
|
|
||||||
//
|
|
||||||
// Required by:
|
|
||||||
// lib-jitsi-meet/JitsiConference.js
|
|
||||||
require('promise.allsettled').shim();
|
|
||||||
|
|
||||||
// removeEventListener
|
// removeEventListener
|
||||||
//
|
//
|
||||||
// Required by:
|
// Required by:
|
||||||
|
@ -284,22 +277,14 @@ function _visitNode(node, callback) {
|
||||||
|
|
||||||
// Performance API
|
// Performance API
|
||||||
|
|
||||||
// RN 0.61 does not provide performance.now(), and react-native-performance
|
// RN only provides the now() method, since the polyfill refers the global
|
||||||
// requires it.
|
// performance object itself we extract it here to avoid infinite recursion.
|
||||||
const now = () => Date.now();
|
const performanceNow = global.performance.now;
|
||||||
|
|
||||||
if (!global.performance) {
|
|
||||||
global.performance = {};
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!global.performance.now) {
|
|
||||||
global.performance.now = now;
|
|
||||||
}
|
|
||||||
|
|
||||||
const perf = require('react-native-performance');
|
const perf = require('react-native-performance');
|
||||||
|
|
||||||
global.performance = perf.default;
|
global.performance = perf.default;
|
||||||
global.performance.now = now;
|
global.performance.now = performanceNow;
|
||||||
global.PerformanceObserver = perf.PerformanceObserver;
|
global.PerformanceObserver = perf.PerformanceObserver;
|
||||||
|
|
||||||
// CallStats
|
// CallStats
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
// @flow
|
// @flow
|
||||||
|
|
||||||
|
// https://github.com/software-mansion/react-native-gesture-handler/issues/320#issuecomment-443815828
|
||||||
|
import 'react-native-gesture-handler';
|
||||||
|
|
||||||
// Apply all necessary polyfills as early as possible to make sure anything imported henceforth
|
// Apply all necessary polyfills as early as possible to make sure anything imported henceforth
|
||||||
// sees them.
|
// sees them.
|
||||||
import 'react-native-get-random-values';
|
import 'react-native-get-random-values';
|
||||||
|
|
Loading…
Reference in New Issue