react-native-applovin-max 2.3.1 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +2 -2
- package/android/gradlew.bat +84 -84
- package/android/src/main/java/com/applovin/reactnative/AppLovinMAXModule.java +3 -6
- package/ios/AppLovinMAX.xcworkspace/xcuserdata/thomasso.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/Podfile +1 -1
- package/package.json +1 -1
- package/react-native-applovin-max.podspec +2 -2
- package/src/index.js +1 -1
- package/CHANGELOG.md +0 -66
- package/android/.gitignore +0 -23
- package/ios/.DS_Store +0 -0
- package/ios/.gitignore +0 -1
- package/ios/AppLovinMAX.xcworkspace/xcuserdata/thomasso.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +0 -24
- package/ios/Podfile.lock +0 -373
- package/src/.DS_Store +0 -0
package/android/build.gradle
CHANGED
package/android/gradlew.bat
CHANGED
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
@if "%DEBUG%" == "" @echo off
|
|
2
|
-
@rem ##########################################################################
|
|
3
|
-
@rem
|
|
4
|
-
@rem Gradle startup script for Windows
|
|
5
|
-
@rem
|
|
6
|
-
@rem ##########################################################################
|
|
7
|
-
|
|
8
|
-
@rem Set local scope for the variables with windows NT shell
|
|
9
|
-
if "%OS%"=="Windows_NT" setlocal
|
|
10
|
-
|
|
11
|
-
set DIRNAME=%~dp0
|
|
12
|
-
if "%DIRNAME%" == "" set DIRNAME=.
|
|
13
|
-
set APP_BASE_NAME=%~n0
|
|
14
|
-
set APP_HOME=%DIRNAME%
|
|
15
|
-
|
|
16
|
-
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
|
17
|
-
set DEFAULT_JVM_OPTS=
|
|
18
|
-
|
|
19
|
-
@rem Find java.exe
|
|
20
|
-
if defined JAVA_HOME goto findJavaFromJavaHome
|
|
21
|
-
|
|
22
|
-
set JAVA_EXE=java.exe
|
|
23
|
-
%JAVA_EXE% -version >NUL 2>&1
|
|
24
|
-
if "%ERRORLEVEL%" == "0" goto init
|
|
25
|
-
|
|
26
|
-
echo.
|
|
27
|
-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
|
28
|
-
echo.
|
|
29
|
-
echo Please set the JAVA_HOME variable in your environment to match the
|
|
30
|
-
echo location of your Java installation.
|
|
31
|
-
|
|
32
|
-
goto fail
|
|
33
|
-
|
|
34
|
-
:findJavaFromJavaHome
|
|
35
|
-
set JAVA_HOME=%JAVA_HOME:"=%
|
|
36
|
-
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
|
37
|
-
|
|
38
|
-
if exist "%JAVA_EXE%" goto init
|
|
39
|
-
|
|
40
|
-
echo.
|
|
41
|
-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
|
42
|
-
echo.
|
|
43
|
-
echo Please set the JAVA_HOME variable in your environment to match the
|
|
44
|
-
echo location of your Java installation.
|
|
45
|
-
|
|
46
|
-
goto fail
|
|
47
|
-
|
|
48
|
-
:init
|
|
49
|
-
@rem Get command-line arguments, handling Windows variants
|
|
50
|
-
|
|
51
|
-
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
52
|
-
|
|
53
|
-
:win9xME_args
|
|
54
|
-
@rem Slurp the command line arguments.
|
|
55
|
-
set CMD_LINE_ARGS=
|
|
56
|
-
set _SKIP=2
|
|
57
|
-
|
|
58
|
-
:win9xME_args_slurp
|
|
59
|
-
if "x%~1" == "x" goto execute
|
|
60
|
-
|
|
61
|
-
set CMD_LINE_ARGS=%*
|
|
62
|
-
|
|
63
|
-
:execute
|
|
64
|
-
@rem Setup the command line
|
|
65
|
-
|
|
66
|
-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
|
67
|
-
|
|
68
|
-
@rem Execute Gradle
|
|
69
|
-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
|
70
|
-
|
|
71
|
-
:end
|
|
72
|
-
@rem End local scope for the variables with windows NT shell
|
|
73
|
-
if "%ERRORLEVEL%"=="0" goto mainEnd
|
|
74
|
-
|
|
75
|
-
:fail
|
|
76
|
-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
|
77
|
-
rem the _cmd.exe /c_ return code!
|
|
78
|
-
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
|
79
|
-
exit /b 1
|
|
80
|
-
|
|
81
|
-
:mainEnd
|
|
82
|
-
if "%OS%"=="Windows_NT" endlocal
|
|
83
|
-
|
|
84
|
-
:omega
|
|
1
|
+
@if "%DEBUG%" == "" @echo off
|
|
2
|
+
@rem ##########################################################################
|
|
3
|
+
@rem
|
|
4
|
+
@rem Gradle startup script for Windows
|
|
5
|
+
@rem
|
|
6
|
+
@rem ##########################################################################
|
|
7
|
+
|
|
8
|
+
@rem Set local scope for the variables with windows NT shell
|
|
9
|
+
if "%OS%"=="Windows_NT" setlocal
|
|
10
|
+
|
|
11
|
+
set DIRNAME=%~dp0
|
|
12
|
+
if "%DIRNAME%" == "" set DIRNAME=.
|
|
13
|
+
set APP_BASE_NAME=%~n0
|
|
14
|
+
set APP_HOME=%DIRNAME%
|
|
15
|
+
|
|
16
|
+
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
|
17
|
+
set DEFAULT_JVM_OPTS=
|
|
18
|
+
|
|
19
|
+
@rem Find java.exe
|
|
20
|
+
if defined JAVA_HOME goto findJavaFromJavaHome
|
|
21
|
+
|
|
22
|
+
set JAVA_EXE=java.exe
|
|
23
|
+
%JAVA_EXE% -version >NUL 2>&1
|
|
24
|
+
if "%ERRORLEVEL%" == "0" goto init
|
|
25
|
+
|
|
26
|
+
echo.
|
|
27
|
+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
|
28
|
+
echo.
|
|
29
|
+
echo Please set the JAVA_HOME variable in your environment to match the
|
|
30
|
+
echo location of your Java installation.
|
|
31
|
+
|
|
32
|
+
goto fail
|
|
33
|
+
|
|
34
|
+
:findJavaFromJavaHome
|
|
35
|
+
set JAVA_HOME=%JAVA_HOME:"=%
|
|
36
|
+
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
|
37
|
+
|
|
38
|
+
if exist "%JAVA_EXE%" goto init
|
|
39
|
+
|
|
40
|
+
echo.
|
|
41
|
+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
|
42
|
+
echo.
|
|
43
|
+
echo Please set the JAVA_HOME variable in your environment to match the
|
|
44
|
+
echo location of your Java installation.
|
|
45
|
+
|
|
46
|
+
goto fail
|
|
47
|
+
|
|
48
|
+
:init
|
|
49
|
+
@rem Get command-line arguments, handling Windows variants
|
|
50
|
+
|
|
51
|
+
if not "%OS%" == "Windows_NT" goto win9xME_args
|
|
52
|
+
|
|
53
|
+
:win9xME_args
|
|
54
|
+
@rem Slurp the command line arguments.
|
|
55
|
+
set CMD_LINE_ARGS=
|
|
56
|
+
set _SKIP=2
|
|
57
|
+
|
|
58
|
+
:win9xME_args_slurp
|
|
59
|
+
if "x%~1" == "x" goto execute
|
|
60
|
+
|
|
61
|
+
set CMD_LINE_ARGS=%*
|
|
62
|
+
|
|
63
|
+
:execute
|
|
64
|
+
@rem Setup the command line
|
|
65
|
+
|
|
66
|
+
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
|
67
|
+
|
|
68
|
+
@rem Execute Gradle
|
|
69
|
+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
|
|
70
|
+
|
|
71
|
+
:end
|
|
72
|
+
@rem End local scope for the variables with windows NT shell
|
|
73
|
+
if "%ERRORLEVEL%"=="0" goto mainEnd
|
|
74
|
+
|
|
75
|
+
:fail
|
|
76
|
+
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
|
77
|
+
rem the _cmd.exe /c_ return code!
|
|
78
|
+
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
|
79
|
+
exit /b 1
|
|
80
|
+
|
|
81
|
+
:mainEnd
|
|
82
|
+
if "%OS%"=="Windows_NT" endlocal
|
|
83
|
+
|
|
84
|
+
:omega
|
|
@@ -1233,13 +1233,10 @@ public class AppLovinMAXModule
|
|
|
1233
1233
|
return;
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
|
-
final
|
|
1237
|
-
if (
|
|
1238
|
-
{
|
|
1239
|
-
e( adFormat.getLabel() + "'s parent does not exist" );
|
|
1240
|
-
return;
|
|
1241
|
-
}
|
|
1236
|
+
final ViewParent parent = adView.getParent();
|
|
1237
|
+
if ( !( parent instanceof RelativeLayout ) ) return;
|
|
1242
1238
|
|
|
1239
|
+
final RelativeLayout relativeLayout = (RelativeLayout) parent;
|
|
1243
1240
|
final Rect windowRect = new Rect();
|
|
1244
1241
|
relativeLayout.getWindowVisibleDisplayFrame( windowRect );
|
|
1245
1242
|
|
package/ios/AppLovinMAX.xcworkspace/xcuserdata/thomasso.xcuserdatad/UserInterfaceState.xcuserstate
CHANGED
|
Binary file
|
package/ios/Podfile
CHANGED
|
@@ -35,5 +35,5 @@ target 'AppLovinMAX' do
|
|
|
35
35
|
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
|
|
36
36
|
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
|
|
37
37
|
|
|
38
|
-
pod 'AppLovinSDK'
|
|
38
|
+
pod 'AppLovinSDK', '10.3.6'
|
|
39
39
|
end
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-applovin-max",
|
|
3
3
|
"author": "AppLovin Corporation",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.2",
|
|
5
5
|
"description": "AppLovin MAX React Native Plugin for Android and iOS",
|
|
6
6
|
"homepage": "https://github.com/AppLovin/AppLovin-MAX-React-Native",
|
|
7
7
|
"license": "MIT",
|
|
@@ -11,10 +11,10 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.authors = package["author"]
|
|
12
12
|
|
|
13
13
|
s.platforms = { :ios => "10.0" }
|
|
14
|
-
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "
|
|
14
|
+
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_2_3_2" }
|
|
15
15
|
|
|
16
16
|
s.source_files = "ios/AppLovinMAX*.{h,m}"
|
|
17
17
|
|
|
18
18
|
s.dependency "React"
|
|
19
|
-
s.dependency "AppLovinSDK"
|
|
19
|
+
s.dependency "AppLovinSDK", "10.3.6"
|
|
20
20
|
end
|
package/src/index.js
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
## Versions
|
|
2
|
-
|
|
3
|
-
## 2.3.1
|
|
4
|
-
* Fix NPE in `positionAdView()`.
|
|
5
|
-
## 2.3.0
|
|
6
|
-
* Enable adaptive banners by default.
|
|
7
|
-
* Add support for native ad placements. Docs can be found [here](https://dash.applovin.com/documentation/mediation/react-native/getting-started/advanced-settings#banners-/-mrecs-(native-ui-component-method)).
|
|
8
|
-
* Fix thread warning with native component AdViews.
|
|
9
|
-
## 2.2.0
|
|
10
|
-
* Allow for multiple native `AppLovinMAX.AdView`s at once on a screen (e.g. a banner and a mrec).
|
|
11
|
-
## 2.1.3
|
|
12
|
-
* Add support for latest SDKs v10.3.1 with new callbacks.
|
|
13
|
-
## 2.1.2
|
|
14
|
-
* Fix banners and MRECs native UI components not clicking if not styled by parent dom.
|
|
15
|
-
## 2.1.1
|
|
16
|
-
* Fix iOS projects not building.
|
|
17
|
-
## 2.1.0
|
|
18
|
-
* Add API for passing in `errorInfo` for ad load failure callbacks with parameters "code", "message", and "adLoadFailureInfo".
|
|
19
|
-
* Add API for passing in `errorInfo` for ad display failure callbacks with parameters "code" and "message".
|
|
20
|
-
* Add API for creating and updating banner X and Y offsets. For example, to offset banner 50px from a bottom center position: `AppLovinMAX.createBannerWithOffsets(adUnitId, AppLovinMAX.AdViewPosition.BOTTOM_CENTER, 0, 50);`.
|
|
21
|
-
## 2.0.6
|
|
22
|
-
* Add support for latest SDKs v10.3.0 with new callbacks.
|
|
23
|
-
## 2.0.5
|
|
24
|
-
* Fallback to SDK key in Android Manifest and Info.plist if not passed programmatically.
|
|
25
|
-
* Add support for setting banner width.
|
|
26
|
-
## 2.0.4
|
|
27
|
-
* Pass `"countryCode"` in initialization callback.
|
|
28
|
-
## 2.0.3
|
|
29
|
-
* Fix ad callbacks not returning.
|
|
30
|
-
## 2.0.2
|
|
31
|
-
* Remove `getAdInfo(adUnitId)` API in lieu of ad callbacks.
|
|
32
|
-
* Return more data in ad callbacks in addition to `ad.adUnitId` (e.g. `adInfo.creativeId`, `adInfo.networkName`, `adInfo.placement`, `adInfo.revenue`).
|
|
33
|
-
## 2.0.1
|
|
34
|
-
* Ensure exported iOS methods are invoked on the main queue.
|
|
35
|
-
## 2.0.0
|
|
36
|
-
* Initial support for MAX consent flow. Please see our documentation for instructions on enabling it.
|
|
37
|
-
* Add `AppLovinMAX.setCreativeDebuggerEnabled()` API to enable the creative debugger button.
|
|
38
|
-
* Revert from using the hardcoded SDK value of 10.1.1 to using +.
|
|
39
|
-
* Fix MRec ad expanded event not working on Android.
|
|
40
|
-
## 1.1.10
|
|
41
|
-
* Hardcode Android SDK version to 10.1.1.
|
|
42
|
-
## 1.1.9
|
|
43
|
-
* Fix React Native version not being passed through to native SDKs.
|
|
44
|
-
## 1.1.8
|
|
45
|
-
* Remove need to define Android product flavors in `build.gradle`.
|
|
46
|
-
## 1.1.7
|
|
47
|
-
* Fix Android native UI banners rendering issues when mounting / unmounting.
|
|
48
|
-
* Add support for setting test device(s) using the advertising identifier (GAID / IDFA) printed in the initialization logs.
|
|
49
|
-
## 1.1.6
|
|
50
|
-
* Attempt fix for `loadInterstitial()` or `loadRewardedAd()` due to current Activity being null.
|
|
51
|
-
## 1.1.5
|
|
52
|
-
* Fix `removeEventListener()` not working by explicitly calling `remove()`.
|
|
53
|
-
## 1.1.4
|
|
54
|
-
* Fix Android banners not working for fast refreshes.
|
|
55
|
-
* FIx iOS module's podspec pointing to invalid tag.
|
|
56
|
-
## 1.1.3
|
|
57
|
-
* Ensure values such as user id is set before initializing SDK.
|
|
58
|
-
* Add workaround for `getCurrentActivity()` returning `null`.
|
|
59
|
-
## 1.1.2
|
|
60
|
-
* Fix `ConsentDialogState.UNKNOWN` being returned for `getConsentDialogState()` on iOS.
|
|
61
|
-
## 1.1.1
|
|
62
|
-
* Fix `AppLovinMAX.removeEventListener()` crash.
|
|
63
|
-
## 1.1.0
|
|
64
|
-
* Add support for native banner / MREC UI components via `<AppLovinMAX.AdView adUnitId={...} adFormat={...} />`.
|
|
65
|
-
## 1.0.0
|
|
66
|
-
* Initial release with support for interstitials, rewarded ads, banners, and MRECs.
|
package/android/.gitignore
DELETED
package/ios/.DS_Store
DELETED
|
Binary file
|
package/ios/.gitignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/Pods
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Bucket
|
|
3
|
-
uuid = "3CE74096-E37E-4931-B9DE-06D2340266D0"
|
|
4
|
-
type = "0"
|
|
5
|
-
version = "2.0">
|
|
6
|
-
<Breakpoints>
|
|
7
|
-
<BreakpointProxy
|
|
8
|
-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
|
|
9
|
-
<BreakpointContent
|
|
10
|
-
uuid = "4F7E6675-4074-44B2-A62C-1962AA9296C7"
|
|
11
|
-
shouldBeEnabled = "Yes"
|
|
12
|
-
ignoreCount = "0"
|
|
13
|
-
continueAfterRunningActions = "No"
|
|
14
|
-
filePath = "AppLovinMAXAdViewManager.m"
|
|
15
|
-
startingColumnNumber = "9223372036854775807"
|
|
16
|
-
endingColumnNumber = "9223372036854775807"
|
|
17
|
-
startingLineNumber = "90"
|
|
18
|
-
endingLineNumber = "90"
|
|
19
|
-
landmarkName = "-attachAdViewIfNeededForAdUnitIdentifier:adFormat:"
|
|
20
|
-
landmarkType = "7">
|
|
21
|
-
</BreakpointContent>
|
|
22
|
-
</BreakpointProxy>
|
|
23
|
-
</Breakpoints>
|
|
24
|
-
</Bucket>
|
package/ios/Podfile.lock
DELETED
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
PODS:
|
|
2
|
-
- AppLovinSDK (10.3.1)
|
|
3
|
-
- boost-for-react-native (1.63.0)
|
|
4
|
-
- DoubleConversion (1.1.6)
|
|
5
|
-
- FBLazyVector (0.63.1)
|
|
6
|
-
- FBReactNativeSpec (0.63.1):
|
|
7
|
-
- Folly (= 2020.01.13.00)
|
|
8
|
-
- RCTRequired (= 0.63.1)
|
|
9
|
-
- RCTTypeSafety (= 0.63.1)
|
|
10
|
-
- React-Core (= 0.63.1)
|
|
11
|
-
- React-jsi (= 0.63.1)
|
|
12
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
13
|
-
- Folly (2020.01.13.00):
|
|
14
|
-
- boost-for-react-native
|
|
15
|
-
- DoubleConversion
|
|
16
|
-
- Folly/Default (= 2020.01.13.00)
|
|
17
|
-
- glog
|
|
18
|
-
- Folly/Default (2020.01.13.00):
|
|
19
|
-
- boost-for-react-native
|
|
20
|
-
- DoubleConversion
|
|
21
|
-
- glog
|
|
22
|
-
- glog (0.3.5)
|
|
23
|
-
- RCTRequired (0.63.1)
|
|
24
|
-
- RCTTypeSafety (0.63.1):
|
|
25
|
-
- FBLazyVector (= 0.63.1)
|
|
26
|
-
- Folly (= 2020.01.13.00)
|
|
27
|
-
- RCTRequired (= 0.63.1)
|
|
28
|
-
- React-Core (= 0.63.1)
|
|
29
|
-
- React (0.63.1):
|
|
30
|
-
- React-Core (= 0.63.1)
|
|
31
|
-
- React-Core/DevSupport (= 0.63.1)
|
|
32
|
-
- React-Core/RCTWebSocket (= 0.63.1)
|
|
33
|
-
- React-RCTActionSheet (= 0.63.1)
|
|
34
|
-
- React-RCTAnimation (= 0.63.1)
|
|
35
|
-
- React-RCTBlob (= 0.63.1)
|
|
36
|
-
- React-RCTImage (= 0.63.1)
|
|
37
|
-
- React-RCTLinking (= 0.63.1)
|
|
38
|
-
- React-RCTNetwork (= 0.63.1)
|
|
39
|
-
- React-RCTSettings (= 0.63.1)
|
|
40
|
-
- React-RCTText (= 0.63.1)
|
|
41
|
-
- React-RCTVibration (= 0.63.1)
|
|
42
|
-
- React-callinvoker (0.63.1)
|
|
43
|
-
- React-Core (0.63.1):
|
|
44
|
-
- Folly (= 2020.01.13.00)
|
|
45
|
-
- glog
|
|
46
|
-
- React-Core/Default (= 0.63.1)
|
|
47
|
-
- React-cxxreact (= 0.63.1)
|
|
48
|
-
- React-jsi (= 0.63.1)
|
|
49
|
-
- React-jsiexecutor (= 0.63.1)
|
|
50
|
-
- Yoga
|
|
51
|
-
- React-Core/CoreModulesHeaders (0.63.1):
|
|
52
|
-
- Folly (= 2020.01.13.00)
|
|
53
|
-
- glog
|
|
54
|
-
- React-Core/Default
|
|
55
|
-
- React-cxxreact (= 0.63.1)
|
|
56
|
-
- React-jsi (= 0.63.1)
|
|
57
|
-
- React-jsiexecutor (= 0.63.1)
|
|
58
|
-
- Yoga
|
|
59
|
-
- React-Core/Default (0.63.1):
|
|
60
|
-
- Folly (= 2020.01.13.00)
|
|
61
|
-
- glog
|
|
62
|
-
- React-cxxreact (= 0.63.1)
|
|
63
|
-
- React-jsi (= 0.63.1)
|
|
64
|
-
- React-jsiexecutor (= 0.63.1)
|
|
65
|
-
- Yoga
|
|
66
|
-
- React-Core/DevSupport (0.63.1):
|
|
67
|
-
- Folly (= 2020.01.13.00)
|
|
68
|
-
- glog
|
|
69
|
-
- React-Core/Default (= 0.63.1)
|
|
70
|
-
- React-Core/RCTWebSocket (= 0.63.1)
|
|
71
|
-
- React-cxxreact (= 0.63.1)
|
|
72
|
-
- React-jsi (= 0.63.1)
|
|
73
|
-
- React-jsiexecutor (= 0.63.1)
|
|
74
|
-
- React-jsinspector (= 0.63.1)
|
|
75
|
-
- Yoga
|
|
76
|
-
- React-Core/RCTActionSheetHeaders (0.63.1):
|
|
77
|
-
- Folly (= 2020.01.13.00)
|
|
78
|
-
- glog
|
|
79
|
-
- React-Core/Default
|
|
80
|
-
- React-cxxreact (= 0.63.1)
|
|
81
|
-
- React-jsi (= 0.63.1)
|
|
82
|
-
- React-jsiexecutor (= 0.63.1)
|
|
83
|
-
- Yoga
|
|
84
|
-
- React-Core/RCTAnimationHeaders (0.63.1):
|
|
85
|
-
- Folly (= 2020.01.13.00)
|
|
86
|
-
- glog
|
|
87
|
-
- React-Core/Default
|
|
88
|
-
- React-cxxreact (= 0.63.1)
|
|
89
|
-
- React-jsi (= 0.63.1)
|
|
90
|
-
- React-jsiexecutor (= 0.63.1)
|
|
91
|
-
- Yoga
|
|
92
|
-
- React-Core/RCTBlobHeaders (0.63.1):
|
|
93
|
-
- Folly (= 2020.01.13.00)
|
|
94
|
-
- glog
|
|
95
|
-
- React-Core/Default
|
|
96
|
-
- React-cxxreact (= 0.63.1)
|
|
97
|
-
- React-jsi (= 0.63.1)
|
|
98
|
-
- React-jsiexecutor (= 0.63.1)
|
|
99
|
-
- Yoga
|
|
100
|
-
- React-Core/RCTImageHeaders (0.63.1):
|
|
101
|
-
- Folly (= 2020.01.13.00)
|
|
102
|
-
- glog
|
|
103
|
-
- React-Core/Default
|
|
104
|
-
- React-cxxreact (= 0.63.1)
|
|
105
|
-
- React-jsi (= 0.63.1)
|
|
106
|
-
- React-jsiexecutor (= 0.63.1)
|
|
107
|
-
- Yoga
|
|
108
|
-
- React-Core/RCTLinkingHeaders (0.63.1):
|
|
109
|
-
- Folly (= 2020.01.13.00)
|
|
110
|
-
- glog
|
|
111
|
-
- React-Core/Default
|
|
112
|
-
- React-cxxreact (= 0.63.1)
|
|
113
|
-
- React-jsi (= 0.63.1)
|
|
114
|
-
- React-jsiexecutor (= 0.63.1)
|
|
115
|
-
- Yoga
|
|
116
|
-
- React-Core/RCTNetworkHeaders (0.63.1):
|
|
117
|
-
- Folly (= 2020.01.13.00)
|
|
118
|
-
- glog
|
|
119
|
-
- React-Core/Default
|
|
120
|
-
- React-cxxreact (= 0.63.1)
|
|
121
|
-
- React-jsi (= 0.63.1)
|
|
122
|
-
- React-jsiexecutor (= 0.63.1)
|
|
123
|
-
- Yoga
|
|
124
|
-
- React-Core/RCTSettingsHeaders (0.63.1):
|
|
125
|
-
- Folly (= 2020.01.13.00)
|
|
126
|
-
- glog
|
|
127
|
-
- React-Core/Default
|
|
128
|
-
- React-cxxreact (= 0.63.1)
|
|
129
|
-
- React-jsi (= 0.63.1)
|
|
130
|
-
- React-jsiexecutor (= 0.63.1)
|
|
131
|
-
- Yoga
|
|
132
|
-
- React-Core/RCTTextHeaders (0.63.1):
|
|
133
|
-
- Folly (= 2020.01.13.00)
|
|
134
|
-
- glog
|
|
135
|
-
- React-Core/Default
|
|
136
|
-
- React-cxxreact (= 0.63.1)
|
|
137
|
-
- React-jsi (= 0.63.1)
|
|
138
|
-
- React-jsiexecutor (= 0.63.1)
|
|
139
|
-
- Yoga
|
|
140
|
-
- React-Core/RCTVibrationHeaders (0.63.1):
|
|
141
|
-
- Folly (= 2020.01.13.00)
|
|
142
|
-
- glog
|
|
143
|
-
- React-Core/Default
|
|
144
|
-
- React-cxxreact (= 0.63.1)
|
|
145
|
-
- React-jsi (= 0.63.1)
|
|
146
|
-
- React-jsiexecutor (= 0.63.1)
|
|
147
|
-
- Yoga
|
|
148
|
-
- React-Core/RCTWebSocket (0.63.1):
|
|
149
|
-
- Folly (= 2020.01.13.00)
|
|
150
|
-
- glog
|
|
151
|
-
- React-Core/Default (= 0.63.1)
|
|
152
|
-
- React-cxxreact (= 0.63.1)
|
|
153
|
-
- React-jsi (= 0.63.1)
|
|
154
|
-
- React-jsiexecutor (= 0.63.1)
|
|
155
|
-
- Yoga
|
|
156
|
-
- React-CoreModules (0.63.1):
|
|
157
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
158
|
-
- Folly (= 2020.01.13.00)
|
|
159
|
-
- RCTTypeSafety (= 0.63.1)
|
|
160
|
-
- React-Core/CoreModulesHeaders (= 0.63.1)
|
|
161
|
-
- React-jsi (= 0.63.1)
|
|
162
|
-
- React-RCTImage (= 0.63.1)
|
|
163
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
164
|
-
- React-cxxreact (0.63.1):
|
|
165
|
-
- boost-for-react-native (= 1.63.0)
|
|
166
|
-
- DoubleConversion
|
|
167
|
-
- Folly (= 2020.01.13.00)
|
|
168
|
-
- glog
|
|
169
|
-
- React-callinvoker (= 0.63.1)
|
|
170
|
-
- React-jsinspector (= 0.63.1)
|
|
171
|
-
- React-jsi (0.63.1):
|
|
172
|
-
- boost-for-react-native (= 1.63.0)
|
|
173
|
-
- DoubleConversion
|
|
174
|
-
- Folly (= 2020.01.13.00)
|
|
175
|
-
- glog
|
|
176
|
-
- React-jsi/Default (= 0.63.1)
|
|
177
|
-
- React-jsi/Default (0.63.1):
|
|
178
|
-
- boost-for-react-native (= 1.63.0)
|
|
179
|
-
- DoubleConversion
|
|
180
|
-
- Folly (= 2020.01.13.00)
|
|
181
|
-
- glog
|
|
182
|
-
- React-jsiexecutor (0.63.1):
|
|
183
|
-
- DoubleConversion
|
|
184
|
-
- Folly (= 2020.01.13.00)
|
|
185
|
-
- glog
|
|
186
|
-
- React-cxxreact (= 0.63.1)
|
|
187
|
-
- React-jsi (= 0.63.1)
|
|
188
|
-
- React-jsinspector (0.63.1)
|
|
189
|
-
- React-RCTActionSheet (0.63.1):
|
|
190
|
-
- React-Core/RCTActionSheetHeaders (= 0.63.1)
|
|
191
|
-
- React-RCTAnimation (0.63.1):
|
|
192
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
193
|
-
- Folly (= 2020.01.13.00)
|
|
194
|
-
- RCTTypeSafety (= 0.63.1)
|
|
195
|
-
- React-Core/RCTAnimationHeaders (= 0.63.1)
|
|
196
|
-
- React-jsi (= 0.63.1)
|
|
197
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
198
|
-
- React-RCTBlob (0.63.1):
|
|
199
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
200
|
-
- Folly (= 2020.01.13.00)
|
|
201
|
-
- React-Core/RCTBlobHeaders (= 0.63.1)
|
|
202
|
-
- React-Core/RCTWebSocket (= 0.63.1)
|
|
203
|
-
- React-jsi (= 0.63.1)
|
|
204
|
-
- React-RCTNetwork (= 0.63.1)
|
|
205
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
206
|
-
- React-RCTImage (0.63.1):
|
|
207
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
208
|
-
- Folly (= 2020.01.13.00)
|
|
209
|
-
- RCTTypeSafety (= 0.63.1)
|
|
210
|
-
- React-Core/RCTImageHeaders (= 0.63.1)
|
|
211
|
-
- React-jsi (= 0.63.1)
|
|
212
|
-
- React-RCTNetwork (= 0.63.1)
|
|
213
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
214
|
-
- React-RCTLinking (0.63.1):
|
|
215
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
216
|
-
- React-Core/RCTLinkingHeaders (= 0.63.1)
|
|
217
|
-
- React-jsi (= 0.63.1)
|
|
218
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
219
|
-
- React-RCTNetwork (0.63.1):
|
|
220
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
221
|
-
- Folly (= 2020.01.13.00)
|
|
222
|
-
- RCTTypeSafety (= 0.63.1)
|
|
223
|
-
- React-Core/RCTNetworkHeaders (= 0.63.1)
|
|
224
|
-
- React-jsi (= 0.63.1)
|
|
225
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
226
|
-
- React-RCTSettings (0.63.1):
|
|
227
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
228
|
-
- Folly (= 2020.01.13.00)
|
|
229
|
-
- RCTTypeSafety (= 0.63.1)
|
|
230
|
-
- React-Core/RCTSettingsHeaders (= 0.63.1)
|
|
231
|
-
- React-jsi (= 0.63.1)
|
|
232
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
233
|
-
- React-RCTText (0.63.1):
|
|
234
|
-
- React-Core/RCTTextHeaders (= 0.63.1)
|
|
235
|
-
- React-RCTVibration (0.63.1):
|
|
236
|
-
- FBReactNativeSpec (= 0.63.1)
|
|
237
|
-
- Folly (= 2020.01.13.00)
|
|
238
|
-
- React-Core/RCTVibrationHeaders (= 0.63.1)
|
|
239
|
-
- React-jsi (= 0.63.1)
|
|
240
|
-
- ReactCommon/turbomodule/core (= 0.63.1)
|
|
241
|
-
- ReactCommon/turbomodule/core (0.63.1):
|
|
242
|
-
- DoubleConversion
|
|
243
|
-
- Folly (= 2020.01.13.00)
|
|
244
|
-
- glog
|
|
245
|
-
- React-callinvoker (= 0.63.1)
|
|
246
|
-
- React-Core (= 0.63.1)
|
|
247
|
-
- React-cxxreact (= 0.63.1)
|
|
248
|
-
- React-jsi (= 0.63.1)
|
|
249
|
-
- Yoga (1.14.0)
|
|
250
|
-
|
|
251
|
-
DEPENDENCIES:
|
|
252
|
-
- AppLovinSDK (= 10.3.1)
|
|
253
|
-
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
254
|
-
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
255
|
-
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
|
|
256
|
-
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
|
257
|
-
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
258
|
-
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
259
|
-
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
260
|
-
- React (from `../node_modules/react-native/`)
|
|
261
|
-
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
262
|
-
- React-Core (from `../node_modules/react-native/`)
|
|
263
|
-
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
|
264
|
-
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
265
|
-
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
266
|
-
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
267
|
-
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
268
|
-
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
269
|
-
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
|
270
|
-
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
271
|
-
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
272
|
-
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
273
|
-
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
274
|
-
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
275
|
-
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
|
276
|
-
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
277
|
-
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
278
|
-
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
279
|
-
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
280
|
-
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
281
|
-
|
|
282
|
-
SPEC REPOS:
|
|
283
|
-
trunk:
|
|
284
|
-
- AppLovinSDK
|
|
285
|
-
- boost-for-react-native
|
|
286
|
-
|
|
287
|
-
EXTERNAL SOURCES:
|
|
288
|
-
DoubleConversion:
|
|
289
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
290
|
-
FBLazyVector:
|
|
291
|
-
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
292
|
-
FBReactNativeSpec:
|
|
293
|
-
:path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
|
|
294
|
-
Folly:
|
|
295
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
|
296
|
-
glog:
|
|
297
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
298
|
-
RCTRequired:
|
|
299
|
-
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
|
300
|
-
RCTTypeSafety:
|
|
301
|
-
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
|
302
|
-
React:
|
|
303
|
-
:path: "../node_modules/react-native/"
|
|
304
|
-
React-callinvoker:
|
|
305
|
-
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
306
|
-
React-Core:
|
|
307
|
-
:path: "../node_modules/react-native/"
|
|
308
|
-
React-CoreModules:
|
|
309
|
-
:path: "../node_modules/react-native/React/CoreModules"
|
|
310
|
-
React-cxxreact:
|
|
311
|
-
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
|
312
|
-
React-jsi:
|
|
313
|
-
:path: "../node_modules/react-native/ReactCommon/jsi"
|
|
314
|
-
React-jsiexecutor:
|
|
315
|
-
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
316
|
-
React-jsinspector:
|
|
317
|
-
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
|
318
|
-
React-RCTActionSheet:
|
|
319
|
-
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
320
|
-
React-RCTAnimation:
|
|
321
|
-
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
|
322
|
-
React-RCTBlob:
|
|
323
|
-
:path: "../node_modules/react-native/Libraries/Blob"
|
|
324
|
-
React-RCTImage:
|
|
325
|
-
:path: "../node_modules/react-native/Libraries/Image"
|
|
326
|
-
React-RCTLinking:
|
|
327
|
-
:path: "../node_modules/react-native/Libraries/LinkingIOS"
|
|
328
|
-
React-RCTNetwork:
|
|
329
|
-
:path: "../node_modules/react-native/Libraries/Network"
|
|
330
|
-
React-RCTSettings:
|
|
331
|
-
:path: "../node_modules/react-native/Libraries/Settings"
|
|
332
|
-
React-RCTText:
|
|
333
|
-
:path: "../node_modules/react-native/Libraries/Text"
|
|
334
|
-
React-RCTVibration:
|
|
335
|
-
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
336
|
-
ReactCommon:
|
|
337
|
-
:path: "../node_modules/react-native/ReactCommon"
|
|
338
|
-
Yoga:
|
|
339
|
-
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
340
|
-
|
|
341
|
-
SPEC CHECKSUMS:
|
|
342
|
-
AppLovinSDK: 25311b26a2bf977a0569235d4aae54e2d39cac09
|
|
343
|
-
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
|
344
|
-
DoubleConversion: cde416483dac037923206447da6e1454df403714
|
|
345
|
-
FBLazyVector: a50434c875bd42f2b1c99c712bda892a1dc659c7
|
|
346
|
-
FBReactNativeSpec: 393853a536428e05a9da00b6290042f09809b15b
|
|
347
|
-
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
|
|
348
|
-
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
|
|
349
|
-
RCTRequired: d9b1a9e6fa097744ca3ede59f86a35096df7202b
|
|
350
|
-
RCTTypeSafety: c227cd061983e9e964115afbc4e8730d6a6f1395
|
|
351
|
-
React: 86e972a20967ee4137aa19dc48319405927c2e94
|
|
352
|
-
React-callinvoker: 87ee376c25277d74e164ff036b27084e343f3e69
|
|
353
|
-
React-Core: f5ec03baf7ed58d9f3ee04a8f84e4c97ee8bf4c9
|
|
354
|
-
React-CoreModules: 958898aa8c069280e866e35a2f29480a81fcf335
|
|
355
|
-
React-cxxreact: 90de76b9b51575668ad7fd4e33a5a8c143beecc2
|
|
356
|
-
React-jsi: b32a31da32e030f30bbf9a8d3a9c8325df9e793f
|
|
357
|
-
React-jsiexecutor: 7ab9cdcdd18d57652fb041f8a147fe9658d4e00a
|
|
358
|
-
React-jsinspector: 2e28bb487e42dda6c94dbfa0c648d1343767a0fb
|
|
359
|
-
React-RCTActionSheet: 1702a1a85e550b5c36e2e03cb2bd3adea053de95
|
|
360
|
-
React-RCTAnimation: ddda576010a878865a4eab83a78acd92176ef6a1
|
|
361
|
-
React-RCTBlob: 34334384284c81577409d5205bd2b9ff594d8ab6
|
|
362
|
-
React-RCTImage: e2a661266dca295cffb33909cc64675a2efedb26
|
|
363
|
-
React-RCTLinking: cd39b9b5e9cbb9e827854e30dfa92d7db074cea8
|
|
364
|
-
React-RCTNetwork: 16939b7e4058d6f662b304a1f61689e249a2bfcc
|
|
365
|
-
React-RCTSettings: 24726a62de0c326f9ebfc3838898a501b87ce711
|
|
366
|
-
React-RCTText: 4f95d322b7e6da72817284abf8a2cdcec18b9cd8
|
|
367
|
-
React-RCTVibration: f3a9123c244f35c40d3c9f3ec3f0b9e5717bb292
|
|
368
|
-
ReactCommon: 2905859f84a94a381bb0d8dd3921ccb1a0047cb8
|
|
369
|
-
Yoga: d5bd05a2b6b94c52323745c2c2b64557c8c66f64
|
|
370
|
-
|
|
371
|
-
PODFILE CHECKSUM: 69890e1c59eb0d430a81c416d300e483b1f24035
|
|
372
|
-
|
|
373
|
-
COCOAPODS: 1.10.1
|
package/src/.DS_Store
DELETED
|
Binary file
|