react-native-tvos 0.68.2-5 → 0.68.2-7
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/Libraries/Components/Touchable/Touchable.js +4 -0
- package/React/Base/RCTTVRemoteHandler.h +3 -0
- package/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm +7 -0
- package/React/Views/RCTModalHostView.h +3 -0
- package/React/Views/RCTModalHostView.m +15 -25
- package/React/Views/RCTModalHostViewController.h +3 -0
- package/React/Views/RCTModalHostViewController.m +26 -0
- package/React/Views/RCTTVView.m +16 -5
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/modules/core/ReactAndroidHWInputDeviceHelper.java +12 -0
- package/ReactCommon/hermes/inspector/tools/msggen/yarn.lock +10 -18
- package/android/com/facebook/react/react-native/{0.68.2-5/react-native-0.68.2-5-sources.jar → 0.68.2-7/react-native-0.68.2-7-sources.jar} +0 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.md5 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha1 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha256 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha512 +1 -0
- package/android/com/facebook/react/react-native/{0.68.2-5/react-native-0.68.2-5.aar → 0.68.2-7/react-native-0.68.2-7.aar} +0 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.aar.md5 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.aar.sha1 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.aar.sha256 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.aar.sha512 +1 -0
- package/android/com/facebook/react/react-native/{0.68.2-5/react-native-0.68.2-5.module → 0.68.2-7/react-native-0.68.2-7.module} +15 -15
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.module.md5 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.module.sha1 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.module.sha256 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.module.sha512 +1 -0
- package/android/com/facebook/react/react-native/{0.68.2-5/react-native-0.68.2-5.pom → 0.68.2-7/react-native-0.68.2-7.pom} +1 -1
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.pom.md5 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.pom.sha1 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.pom.sha256 +1 -0
- package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7.pom.sha512 +1 -0
- package/android/com/facebook/react/react-native/maven-metadata.xml +4 -4
- package/android/com/facebook/react/react-native/maven-metadata.xml.md5 +1 -1
- package/android/com/facebook/react/react-native/maven-metadata.xml.sha1 +1 -1
- package/android/com/facebook/react/react-native/maven-metadata.xml.sha256 +1 -1
- package/android/com/facebook/react/react-native/maven-metadata.xml.sha512 +1 -1
- package/package.json +1 -1
- package/template/android/gradle.properties +1 -1
- package/template/package.json +1 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.md5 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha256 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha512 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.aar.md5 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.aar.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.aar.sha256 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.aar.sha512 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.md5 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.sha256 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.sha512 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.pom.md5 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.pom.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.pom.sha256 +0 -1
- package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.pom.sha512 +0 -1
|
@@ -382,6 +382,10 @@ const TouchableMixin = {
|
|
|
382
382
|
this.touchableHandlePress &&
|
|
383
383
|
!this.props.disabled &&
|
|
384
384
|
this.touchableHandlePress(evt);
|
|
385
|
+
} else if (evt.eventType === 'longSelect') {
|
|
386
|
+
this.touchableHandleLongPress &&
|
|
387
|
+
!this.props.disabled &&
|
|
388
|
+
this.touchableHandleLongPress();
|
|
385
389
|
}
|
|
386
390
|
});
|
|
387
391
|
},
|
|
@@ -761,6 +761,13 @@ using namespace facebook::react;
|
|
|
761
761
|
// `hasTVPreferredFocus
|
|
762
762
|
if (oldViewProps.hasTVPreferredFocus != newViewProps.hasTVPreferredFocus) {
|
|
763
763
|
_hasTVPreferredFocus = newViewProps.hasTVPreferredFocus;
|
|
764
|
+
if (_hasTVPreferredFocus) {
|
|
765
|
+
dispatch_async(dispatch_get_main_queue(), ^{
|
|
766
|
+
RCTRootComponentView *rootview = [self containingRootView];
|
|
767
|
+
[rootview setReactPreferredFocusedView:self];
|
|
768
|
+
[rootview setNeedsFocusUpdate];
|
|
769
|
+
});
|
|
770
|
+
}
|
|
764
771
|
}
|
|
765
772
|
// `nextFocusUp`
|
|
766
773
|
if (oldViewProps.nextFocusUp != newViewProps.nextFocusUp) {
|
|
@@ -45,12 +45,12 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : coder)
|
|
|
45
45
|
UIView *containerView = [UIView new];
|
|
46
46
|
containerView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
|
|
47
47
|
_modalViewController.view = containerView;
|
|
48
|
+
_modalViewController.modalHostView = self;
|
|
48
49
|
_touchHandler = [[RCTTouchHandler alloc] initWithBridge:bridge];
|
|
49
50
|
#if TARGET_OS_TV
|
|
50
51
|
_menuButtonGestureRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self
|
|
51
52
|
action:@selector(menuButtonPressed:)];
|
|
52
53
|
_menuButtonGestureRecognizer.allowedPressTypes = @[ @(UIPressTypeMenu) ];
|
|
53
|
-
self.tvRemoteHandler = [[RCTTVRemoteHandler alloc] initWithView:self];
|
|
54
54
|
#endif
|
|
55
55
|
_isPresented = NO;
|
|
56
56
|
|
|
@@ -74,21 +74,15 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : coder)
|
|
|
74
74
|
if (_onRequestClose) {
|
|
75
75
|
_onRequestClose(nil);
|
|
76
76
|
}
|
|
77
|
+
if (_onDismiss) {
|
|
78
|
+
_onDismiss(nil);
|
|
79
|
+
}
|
|
77
80
|
}
|
|
78
81
|
#endif
|
|
79
82
|
|
|
80
83
|
- (void)setOnRequestClose:(RCTDirectEventBlock)onRequestClose
|
|
81
84
|
{
|
|
82
85
|
_onRequestClose = onRequestClose;
|
|
83
|
-
#if TARGET_OS_TV
|
|
84
|
-
if (_reactSubview) {
|
|
85
|
-
if (_onRequestClose && _menuButtonGestureRecognizer) {
|
|
86
|
-
[_reactSubview addGestureRecognizer:_menuButtonGestureRecognizer];
|
|
87
|
-
} else {
|
|
88
|
-
[_reactSubview removeGestureRecognizer:_menuButtonGestureRecognizer];
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
#endif
|
|
92
86
|
}
|
|
93
87
|
|
|
94
88
|
- (void)notifyForBoundsChange:(CGRect)newBounds
|
|
@@ -99,11 +93,18 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : coder)
|
|
|
99
93
|
}
|
|
100
94
|
}
|
|
101
95
|
|
|
102
|
-
- (void)
|
|
96
|
+
- (void)enableEventHandlers
|
|
103
97
|
{
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
98
|
+
self.tvRemoteHandler = [[RCTTVRemoteHandler alloc] initWithView:_modalViewController.view];
|
|
99
|
+
[self.tvRemoteHandler disableTVMenuKey];
|
|
100
|
+
|
|
101
|
+
[_modalViewController.view addGestureRecognizer:_menuButtonGestureRecognizer];
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
- (void)disableEventHandlers
|
|
105
|
+
{
|
|
106
|
+
self.tvRemoteHandler = nil;
|
|
107
|
+
[_modalViewController.view removeGestureRecognizer:_menuButtonGestureRecognizer];
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
- (void)notifyForOrientationChange
|
|
@@ -133,12 +134,6 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : coder)
|
|
|
133
134
|
RCTAssert(_reactSubview == nil, @"Modal view can only have one subview");
|
|
134
135
|
[super insertReactSubview:subview atIndex:atIndex];
|
|
135
136
|
[_touchHandler attachToView:subview];
|
|
136
|
-
#if TARGET_OS_TV
|
|
137
|
-
if (_onRequestClose) {
|
|
138
|
-
[subview addGestureRecognizer:_menuButtonGestureRecognizer];
|
|
139
|
-
}
|
|
140
|
-
#endif
|
|
141
|
-
|
|
142
137
|
[_modalViewController.view insertSubview:subview atIndex:0];
|
|
143
138
|
_reactSubview = subview;
|
|
144
139
|
}
|
|
@@ -149,11 +144,6 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : coder)
|
|
|
149
144
|
// Superclass (category) removes the `subview` from actual `superview`.
|
|
150
145
|
[super removeReactSubview:subview];
|
|
151
146
|
[_touchHandler detachFromView:subview];
|
|
152
|
-
#if TARGET_OS_TV
|
|
153
|
-
if (_menuButtonGestureRecognizer) {
|
|
154
|
-
[subview removeGestureRecognizer:_menuButtonGestureRecognizer];
|
|
155
|
-
}
|
|
156
|
-
#endif
|
|
157
147
|
_reactSubview = nil;
|
|
158
148
|
}
|
|
159
149
|
|
|
@@ -6,11 +6,14 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
|
+
#import "RCTModalHostView.h"
|
|
9
10
|
|
|
10
11
|
@interface RCTModalHostViewController : UIViewController
|
|
11
12
|
|
|
12
13
|
@property (nonatomic, copy) void (^boundsDidChangeBlock)(CGRect newBounds);
|
|
13
14
|
|
|
15
|
+
@property (nonatomic, weak) RCTModalHostView *modalHostView;
|
|
16
|
+
|
|
14
17
|
#if !TARGET_OS_TV
|
|
15
18
|
@property (nonatomic, assign) UIInterfaceOrientationMask supportedInterfaceOrientations;
|
|
16
19
|
#endif
|
|
@@ -39,6 +39,32 @@
|
|
|
39
39
|
return self;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
- (void)viewDidAppear:(BOOL)animated
|
|
43
|
+
{
|
|
44
|
+
#if TARGET_OS_TV
|
|
45
|
+
[self.modalHostView enableEventHandlers];
|
|
46
|
+
#endif
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
- (void)viewWillDisappear:(BOOL)animated
|
|
50
|
+
{
|
|
51
|
+
#if TARGET_OS_TV
|
|
52
|
+
[self.modalHostView disableEventHandlers];
|
|
53
|
+
if (self.modalHostView.onRequestClose) {
|
|
54
|
+
self.modalHostView.onRequestClose(nil);
|
|
55
|
+
}
|
|
56
|
+
#endif
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
- (void)viewDidDisappear:(BOOL)animated
|
|
60
|
+
{
|
|
61
|
+
#if TARGET_OS_TV
|
|
62
|
+
if (self.modalHostView.onDismiss) {
|
|
63
|
+
self.modalHostView.onDismiss(nil);
|
|
64
|
+
}
|
|
65
|
+
#endif
|
|
66
|
+
}
|
|
67
|
+
|
|
42
68
|
- (void)viewDidLayoutSubviews
|
|
43
69
|
{
|
|
44
70
|
[super viewDidLayoutSubviews];
|
package/React/Views/RCTTVView.m
CHANGED
|
@@ -127,7 +127,7 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : unused)
|
|
|
127
127
|
return (self.isTVSelectable);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
- (RCTRootView *)rootView
|
|
130
|
+
- (RCTRootView * _Nullable)rootView
|
|
131
131
|
{
|
|
132
132
|
UIView *rootview = self;
|
|
133
133
|
while (![rootview isReactRootView] && rootview != nil) {
|
|
@@ -139,6 +139,20 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : unused)
|
|
|
139
139
|
return (RCTRootView *)rootview;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
- (RCTRootView * _Nullable)waitForNonNullRootView
|
|
143
|
+
{
|
|
144
|
+
// Spin for 480 ms and check at 16 ms intervals
|
|
145
|
+
// When root view available, set this view as focused
|
|
146
|
+
RCTRootView *rootview = [self rootView];
|
|
147
|
+
int counter = 30;
|
|
148
|
+
while (rootview == nil && counter > 0) {
|
|
149
|
+
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.016]];
|
|
150
|
+
counter = counter - 1;
|
|
151
|
+
rootview = [self rootView];
|
|
152
|
+
}
|
|
153
|
+
return rootview;
|
|
154
|
+
}
|
|
155
|
+
|
|
142
156
|
- (void)addParallaxMotionEffects
|
|
143
157
|
{
|
|
144
158
|
if(![self.tvParallaxProperties[@"enabled"] boolValue]) {
|
|
@@ -405,13 +419,10 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : unused)
|
|
|
405
419
|
_hasTVPreferredFocus = hasTVPreferredFocus;
|
|
406
420
|
if (hasTVPreferredFocus) {
|
|
407
421
|
dispatch_async(dispatch_get_main_queue(), ^{
|
|
408
|
-
RCTRootView *rootview = [self
|
|
409
|
-
|
|
422
|
+
RCTRootView *rootview = [self waitForNonNullRootView];
|
|
410
423
|
if (rootview == nil) return;
|
|
411
|
-
|
|
412
424
|
[rootview setReactPreferredFocusedView:self];
|
|
413
425
|
[rootview setNeedsFocusUpdate];
|
|
414
|
-
[rootview updateFocusIfNeeded];
|
|
415
426
|
});
|
|
416
427
|
}
|
|
417
428
|
}
|
|
@@ -49,6 +49,18 @@ public class ReactAndroidHWInputDeviceHelper {
|
|
|
49
49
|
.put(KeyEvent.KEYCODE_DPAD_LEFT, "left")
|
|
50
50
|
.put(KeyEvent.KEYCODE_INFO, "info")
|
|
51
51
|
.put(KeyEvent.KEYCODE_MENU, "menu")
|
|
52
|
+
.put(KeyEvent.KEYCODE_0, "0")
|
|
53
|
+
.put(KeyEvent.KEYCODE_1, "1")
|
|
54
|
+
.put(KeyEvent.KEYCODE_2, "2")
|
|
55
|
+
.put(KeyEvent.KEYCODE_3, "3")
|
|
56
|
+
.put(KeyEvent.KEYCODE_4, "4")
|
|
57
|
+
.put(KeyEvent.KEYCODE_5, "5")
|
|
58
|
+
.put(KeyEvent.KEYCODE_6, "6")
|
|
59
|
+
.put(KeyEvent.KEYCODE_7, "7")
|
|
60
|
+
.put(KeyEvent.KEYCODE_8, "8")
|
|
61
|
+
.put(KeyEvent.KEYCODE_9, "9")
|
|
62
|
+
.put(KeyEvent.KEYCODE_CHANNEL_DOWN, "channelDown")
|
|
63
|
+
.put(KeyEvent.KEYCODE_CHANNEL_UP, "channelUp")
|
|
52
64
|
.build();
|
|
53
65
|
|
|
54
66
|
/**
|
|
@@ -1889,9 +1889,9 @@ bser@2.1.1:
|
|
|
1889
1889
|
node-int64 "^0.4.0"
|
|
1890
1890
|
|
|
1891
1891
|
buffer-from@^1.0.0:
|
|
1892
|
-
version "1.1.
|
|
1893
|
-
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.
|
|
1894
|
-
integrity sha512-
|
|
1892
|
+
version "1.1.2"
|
|
1893
|
+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
|
1894
|
+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
|
1895
1895
|
|
|
1896
1896
|
buffer-xor@^1.0.3:
|
|
1897
1897
|
version "1.0.3"
|
|
@@ -5208,18 +5208,10 @@ source-map-resolve@^0.5.0:
|
|
|
5208
5208
|
source-map-url "^0.4.0"
|
|
5209
5209
|
urix "^0.1.0"
|
|
5210
5210
|
|
|
5211
|
-
source-map-support@^0.5.6:
|
|
5212
|
-
version "0.5.
|
|
5213
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
|
5214
|
-
integrity sha512-
|
|
5215
|
-
dependencies:
|
|
5216
|
-
buffer-from "^1.0.0"
|
|
5217
|
-
source-map "^0.6.0"
|
|
5218
|
-
|
|
5219
|
-
source-map-support@~0.5.12:
|
|
5220
|
-
version "0.5.19"
|
|
5221
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61"
|
|
5222
|
-
integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
|
|
5211
|
+
source-map-support@^0.5.6, source-map-support@~0.5.12:
|
|
5212
|
+
version "0.5.21"
|
|
5213
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
5214
|
+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
5223
5215
|
dependencies:
|
|
5224
5216
|
buffer-from "^1.0.0"
|
|
5225
5217
|
source-map "^0.6.0"
|
|
@@ -5481,9 +5473,9 @@ terser-webpack-plugin@^1.4.3:
|
|
|
5481
5473
|
worker-farm "^1.7.0"
|
|
5482
5474
|
|
|
5483
5475
|
terser@^4.1.2:
|
|
5484
|
-
version "4.8.
|
|
5485
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.
|
|
5486
|
-
integrity sha512-
|
|
5476
|
+
version "4.8.1"
|
|
5477
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
|
|
5478
|
+
integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
|
|
5487
5479
|
dependencies:
|
|
5488
5480
|
commander "^2.20.0"
|
|
5489
5481
|
source-map "~0.6.1"
|
|
Binary file
|
package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.md5
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
37ab8392f9cdd4e1579c7fb8093bfd17
|
package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha1
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
26b55b3c5cc8c4075baf63b75a08904df163985f
|
package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha256
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0af45bdfbb93f3a4e0a647f25299e13016c056fa8f7b195ecca82d1da5a7ba6c
|
package/android/com/facebook/react/react-native/0.68.2-7/react-native-0.68.2-7-sources.jar.sha512
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
18de3209e5d4c621c1f4d6dc6a800159f2bd316b60af4ed9469531636d76f56c546d882844408d24d4a89b341dda2ba1d47767e8c9bb1b57172d5ad155cd8dba
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
493c90210213fbd65ef0c45bf84c5249
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a774e26c7648536c6fe6bb75ee84425e337c45a3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
75a4cc8326ee2eeffbdc2dd55c1fce6a39326525114f83d1cb71d607b5d9bdc4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dad9ba89cdd8870064f02f3ecc075298d7ad4bc298445833960b2c31d9dcf11a3c964c4fa1d41bb8a8da02b0e819f0975316c46c59ae18cacac865c067d4e59b
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"component": {
|
|
4
4
|
"group": "com.facebook.react",
|
|
5
5
|
"module": "react-native",
|
|
6
|
-
"version": "0.68.2-
|
|
6
|
+
"version": "0.68.2-7",
|
|
7
7
|
"attributes": {
|
|
8
8
|
"org.gradle.status": "release"
|
|
9
9
|
}
|
|
@@ -131,13 +131,13 @@
|
|
|
131
131
|
],
|
|
132
132
|
"files": [
|
|
133
133
|
{
|
|
134
|
-
"name": "react-native-0.68.2-
|
|
135
|
-
"url": "react-native-0.68.2-
|
|
136
|
-
"size":
|
|
137
|
-
"sha512": "
|
|
138
|
-
"sha256": "
|
|
139
|
-
"sha1": "
|
|
140
|
-
"md5": "
|
|
134
|
+
"name": "react-native-0.68.2-7.aar",
|
|
135
|
+
"url": "react-native-0.68.2-7.aar",
|
|
136
|
+
"size": 16400483,
|
|
137
|
+
"sha512": "dad9ba89cdd8870064f02f3ecc075298d7ad4bc298445833960b2c31d9dcf11a3c964c4fa1d41bb8a8da02b0e819f0975316c46c59ae18cacac865c067d4e59b",
|
|
138
|
+
"sha256": "75a4cc8326ee2eeffbdc2dd55c1fce6a39326525114f83d1cb71d607b5d9bdc4",
|
|
139
|
+
"sha1": "a774e26c7648536c6fe6bb75ee84425e337c45a3",
|
|
140
|
+
"md5": "493c90210213fbd65ef0c45bf84c5249"
|
|
141
141
|
}
|
|
142
142
|
]
|
|
143
143
|
},
|
|
@@ -258,13 +258,13 @@
|
|
|
258
258
|
],
|
|
259
259
|
"files": [
|
|
260
260
|
{
|
|
261
|
-
"name": "react-native-0.68.2-
|
|
262
|
-
"url": "react-native-0.68.2-
|
|
263
|
-
"size":
|
|
264
|
-
"sha512": "
|
|
265
|
-
"sha256": "
|
|
266
|
-
"sha1": "
|
|
267
|
-
"md5": "
|
|
261
|
+
"name": "react-native-0.68.2-7.aar",
|
|
262
|
+
"url": "react-native-0.68.2-7.aar",
|
|
263
|
+
"size": 16400483,
|
|
264
|
+
"sha512": "dad9ba89cdd8870064f02f3ecc075298d7ad4bc298445833960b2c31d9dcf11a3c964c4fa1d41bb8a8da02b0e819f0975316c46c59ae18cacac865c067d4e59b",
|
|
265
|
+
"sha256": "75a4cc8326ee2eeffbdc2dd55c1fce6a39326525114f83d1cb71d607b5d9bdc4",
|
|
266
|
+
"sha1": "a774e26c7648536c6fe6bb75ee84425e337c45a3",
|
|
267
|
+
"md5": "493c90210213fbd65ef0c45bf84c5249"
|
|
268
268
|
}
|
|
269
269
|
]
|
|
270
270
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e7723cd0f899c9d4bfa04c9a572970df
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c959d542f41696c530b56d8cfe43a54cd30135fb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
27ed76d6eca895f8283e087e9fb2ec904c2e851ab1f2e809c6e2867ea2cf7dc2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
865f9c7821b9be5d98117aff9396a404b1833bab6f33dd57333356a6c45d8ad38e5b841e2dc383c3db088cd2bcb25c9bd1c94ba58941b52ab2bd9721f95897a5
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<modelVersion>4.0.0</modelVersion>
|
|
10
10
|
<groupId>com.facebook.react</groupId>
|
|
11
11
|
<artifactId>react-native</artifactId>
|
|
12
|
-
<version>0.68.2-
|
|
12
|
+
<version>0.68.2-7</version>
|
|
13
13
|
<packaging>aar</packaging>
|
|
14
14
|
<name>ReactNative</name>
|
|
15
15
|
<description>A framework for building native apps with React</description>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8e4b3af8de37f623ee90a7205ed15652
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
049953cca5a9fcd4541213cf93423e4b10b91be9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa61016724a4e327fe767c030eaa703bb91e5a110a22b9e4f29befb89a53fe73
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6fd97d59a8ae2872dfd020da7a04f058e5d7794c99699ae7addd8ad6d385129c790724dd480ac523a717ea2988c8b43e8258868bfec36b8b9340b91568aac9f4
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
<groupId>com.facebook.react</groupId>
|
|
4
4
|
<artifactId>react-native</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<latest>0.68.2-
|
|
7
|
-
<release>0.68.2-
|
|
6
|
+
<latest>0.68.2-7</latest>
|
|
7
|
+
<release>0.68.2-7</release>
|
|
8
8
|
<versions>
|
|
9
|
-
<version>0.68.2-
|
|
9
|
+
<version>0.68.2-7</version>
|
|
10
10
|
</versions>
|
|
11
|
-
<lastUpdated>
|
|
11
|
+
<lastUpdated>20220915195811</lastUpdated>
|
|
12
12
|
</versioning>
|
|
13
13
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
d2234f3cda75fd745d91fcee5f0a8930
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1c7061261d5ab25ba2545f0e3f08ddf55fc63419
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f5e39502602d8db471f494332912e3005dc8f3091181bc2a07434bdf148203fe
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b4495bacb8206e21757639d961a9fe8274dc77e3326bce6a06f2b09a1331057b92b8b4776b144225ae3d14f95303919d27c7e9d80b580a1b54056985d6e5422c
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# Specifies the JVM arguments used for the daemon process.
|
|
11
11
|
# The setting is particularly useful for tweaking memory settings.
|
|
12
12
|
# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
|
|
13
|
-
org.gradle.jvmargs=-
|
|
13
|
+
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m
|
|
14
14
|
|
|
15
15
|
# When configured, Gradle will run in incubating parallel mode.
|
|
16
16
|
# This option should only be used with decoupled projects. More details, visit
|
package/template/package.json
CHANGED
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.md5
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
95f94adc7139aff2f251c504cc3c0e51
|
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha1
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
f9d5feb90c8cc6266beafe55ce172889f49540a2
|
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
48b80d2cab81d68ed0d5a27880f8f0535bc542ffd832a70e490b112a62dbc194
|
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5-sources.jar.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
73cfe64e81c77ea1eb9de6afb2b2cf2051a8a88369a10a0eadd2aa7e9f84b3bf058885e493f1a34b6f1e261c598b1f769e52e3f87f7215a3ba05141b1b5a9e5d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
60a4a76a8387beebdaaef21e6e1826e2
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
42f5b214eb38a525d7942fd1de185b322f64360d
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fe0fe6f957b77ba611a0ef85dcfddc807c0328c36b60b99bca273aacb19f4209
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fafb06e74bb36d834fd35f1ad34f46a6c81fa8ce173ec429b337fe880efc31984144cf7ed0744381157b20a83779f41f939371c55eefc0e22b9075588d3ddff5
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9eee1a8c74ee2d8e36e84c0039429335
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0c8fd8f075875989d617621207e5deaa1fd95c8b
|
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ababcc7fb80958b797dd39d9179c7378a474043637817c2293875b173b790d4b
|
package/android/com/facebook/react/react-native/0.68.2-5/react-native-0.68.2-5.module.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7d2b2904b4fca9203ded5efb789bf44c4fd4d084efa585f054dde0fb102f779079023d3a0979caf027a3e2e749f1991bbe46fe927f2db0a3c8c0754702e0d35c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ba3f81e6bc839b13b6cd1da470634d74
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
132b468b432c000dc7651e0de56d55d9c89bd025
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0d748f4104df348bc1d69e390e394049b57ef9ac35ab60864b57550c85c0cde4
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
cbaeca8a68e33e41f3d5d6b3c4e54a109fecb70e37ef9341a9c01e78a6b3cab59728cfc452e1889023b0e0ab27bef4203e82db21342587ba4c70653b57c750d1
|