react-native 0.68.2 → 0.68.3

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.
Files changed (61) hide show
  1. package/Libraries/Core/ReactNativeVersion.js +1 -1
  2. package/React/Base/RCTVersion.m +1 -1
  3. package/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.mm +8 -2
  4. package/ReactAndroid/gradle.properties +1 -1
  5. package/ReactAndroid/src/main/java/com/facebook/react/JSInterpreter.java +18 -0
  6. package/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManagerBuilder.java +50 -30
  7. package/ReactAndroid/src/main/java/com/facebook/react/ReactRootView.java +15 -5
  8. package/ReactAndroid/src/main/java/com/facebook/react/fabric/jni/Android.mk +1 -1
  9. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +1 -1
  10. package/ReactAndroid/src/main/java/com/facebook/react/turbomodule/core/jni/Android.mk +1 -1
  11. package/ReactAndroid/src/main/jni/react/jni/Android.mk +0 -60
  12. package/ReactAndroid/src/main/jni/react/jni/NativeTime.cpp +8 -2
  13. package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
  14. package/ReactCommon/react/renderer/components/progressbar/Android.mk +1 -1
  15. package/ReactCommon/react/renderer/components/slider/Android.mk +1 -1
  16. package/ReactCommon/react/renderer/components/switch/Android.mk +1 -1
  17. package/ReactCommon/react/renderer/textlayoutmanager/Android.mk +1 -1
  18. package/android/com/facebook/react/react-native/{0.68.2/react-native-0.68.2-sources.jar → 0.68.3/react-native-0.68.3-sources.jar} +0 -0
  19. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.md5 +1 -0
  20. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha1 +1 -0
  21. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha256 +1 -0
  22. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha512 +1 -0
  23. package/android/com/facebook/react/react-native/{0.68.2/react-native-0.68.2.aar → 0.68.3/react-native-0.68.3.aar} +0 -0
  24. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.md5 +1 -0
  25. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha1 +1 -0
  26. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha256 +1 -0
  27. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha512 +1 -0
  28. package/android/com/facebook/react/react-native/{0.68.2/react-native-0.68.2.module → 0.68.3/react-native-0.68.3.module} +15 -15
  29. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.md5 +1 -0
  30. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha1 +1 -0
  31. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha256 +1 -0
  32. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha512 +1 -0
  33. package/android/com/facebook/react/react-native/{0.68.2/react-native-0.68.2.pom → 0.68.3/react-native-0.68.3.pom} +1 -1
  34. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.md5 +1 -0
  35. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha1 +1 -0
  36. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha256 +1 -0
  37. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha512 +1 -0
  38. package/android/com/facebook/react/react-native/maven-metadata.xml +4 -4
  39. package/android/com/facebook/react/react-native/maven-metadata.xml.md5 +1 -1
  40. package/android/com/facebook/react/react-native/maven-metadata.xml.sha1 +1 -1
  41. package/android/com/facebook/react/react-native/maven-metadata.xml.sha256 +1 -1
  42. package/android/com/facebook/react/react-native/maven-metadata.xml.sha512 +1 -1
  43. package/package.json +1 -1
  44. package/template/Gemfile.lock +7 -7
  45. package/template/package.json +1 -1
  46. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2-sources.jar.md5 +0 -1
  47. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2-sources.jar.sha1 +0 -1
  48. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2-sources.jar.sha256 +0 -1
  49. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2-sources.jar.sha512 +0 -1
  50. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.aar.md5 +0 -1
  51. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.aar.sha1 +0 -1
  52. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.aar.sha256 +0 -1
  53. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.aar.sha512 +0 -1
  54. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.module.md5 +0 -1
  55. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.module.sha1 +0 -1
  56. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.module.sha256 +0 -1
  57. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.module.sha512 +0 -1
  58. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.pom.md5 +0 -1
  59. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.pom.sha1 +0 -1
  60. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.pom.sha256 +0 -1
  61. package/android/com/facebook/react/react-native/0.68.2/react-native-0.68.2.pom.sha512 +0 -1
@@ -12,6 +12,6 @@
12
12
  exports.version = {
13
13
  major: 0,
14
14
  minor: 68,
15
- patch: 2,
15
+ patch: 3,
16
16
  prerelease: null,
17
17
  };
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
23
23
  __rnVersion = @{
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(68),
26
- RCTVersionPatch: @(2),
26
+ RCTVersionPatch: @(3),
27
27
  RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
@@ -22,8 +22,14 @@ JSIExecutor::RuntimeInstaller RCTJSIExecutorRuntimeInstaller(JSIExecutor::Runtim
22
22
  bindNativeLogger(runtime, iosLoggingBinder);
23
23
 
24
24
  PerformanceNow iosPerformanceNowBinder = []() {
25
- auto time = std::chrono::system_clock::now().time_since_epoch();
26
- return std::chrono::duration_cast<std::chrono::milliseconds>(time).count();
25
+ auto time = std::chrono::steady_clock::now();
26
+ auto duration = std::chrono::duration_cast<std::chrono::nanoseconds>(
27
+ time.time_since_epoch())
28
+ .count();
29
+
30
+ constexpr double NANOSECONDS_IN_MILLISECOND = 1000000.0;
31
+
32
+ return duration / NANOSECONDS_IN_MILLISECOND;
27
33
  };
28
34
  bindNativePerformanceNow(runtime, iosPerformanceNowBinder);
29
35
 
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.68.2
1
+ VERSION_NAME=0.68.3
2
2
  GROUP=com.facebook.react
3
3
 
4
4
  POM_NAME=ReactNative
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ package com.facebook.react;
9
+
10
+ /**
11
+ * An enum that specifies the JS Engine to be used in the app Old Logic uses the legacy code
12
+ * JSC/HERMES loads the respective engine using the revamped logic
13
+ */
14
+ public enum JSInterpreter {
15
+ OLD_LOGIC,
16
+ JSC,
17
+ HERMES
18
+ }
@@ -66,6 +66,7 @@ public class ReactInstanceManagerBuilder {
66
66
  private @Nullable Map<String, RequestHandler> mCustomPackagerCommandHandlers;
67
67
  private @Nullable ReactPackageTurboModuleManagerDelegate.Builder mTMMDelegateBuilder;
68
68
  private @Nullable SurfaceDelegateFactory mSurfaceDelegateFactory;
69
+ private JSInterpreter jsInterpreter = JSInterpreter.OLD_LOGIC;
69
70
 
70
71
  /* package protected */ ReactInstanceManagerBuilder() {}
71
72
 
@@ -125,6 +126,31 @@ public class ReactInstanceManagerBuilder {
125
126
  return this;
126
127
  }
127
128
 
129
+ /**
130
+ * Sets the jsEngine as JSC or HERMES as per the setJsEngineAsHermes call Uses the enum {@link
131
+ * JSInterpreter}
132
+ *
133
+ * @param jsInterpreter
134
+ */
135
+ private void setJSEngine(JSInterpreter jsInterpreter) {
136
+ this.jsInterpreter = jsInterpreter;
137
+ }
138
+
139
+ /**
140
+ * Utility setter to set the required JSEngine as HERMES or JSC Defaults to OLD_LOGIC if not
141
+ * called by the host app
142
+ *
143
+ * @param hermesEnabled hermesEnabled = true sets the JS Engine as HERMES and JSC otherwise
144
+ */
145
+ public ReactInstanceManagerBuilder setJsEngineAsHermes(boolean hermesEnabled) {
146
+ if (hermesEnabled) {
147
+ setJSEngine(JSInterpreter.HERMES);
148
+ } else {
149
+ setJSEngine(JSInterpreter.JSC);
150
+ }
151
+ return this;
152
+ }
153
+
128
154
  /**
129
155
  * Path to your app's main module on Metro. This is used when reloading JS during development. All
130
156
  * paths are relative to the root folder the packager is serving files from. Examples: {@code
@@ -345,41 +371,35 @@ public class ReactInstanceManagerBuilder {
345
371
 
346
372
  private JavaScriptExecutorFactory getDefaultJSExecutorFactory(
347
373
  String appName, String deviceName, Context applicationContext) {
348
- try {
349
- // If JSC is included, use it as normal
350
- initializeSoLoaderIfNecessary(applicationContext);
351
- JSCExecutor.loadLibrary();
352
- return new JSCExecutorFactory(appName, deviceName);
353
- } catch (UnsatisfiedLinkError jscE) {
354
- // https://github.com/facebook/hermes/issues/78 shows that
355
- // people who aren't trying to use Hermes are having issues.
356
- // https://github.com/facebook/react-native/issues/25923#issuecomment-554295179
357
- // includes the actual JSC error in at least one case.
358
- //
359
- // So, if "__cxa_bad_typeid" shows up in the jscE exception
360
- // message, then we will assume that's the failure and just
361
- // throw now.
362
-
363
- if (jscE.getMessage().contains("__cxa_bad_typeid")) {
364
- throw jscE;
365
- }
366
374
 
367
- // Otherwise use Hermes
375
+ // Relying solely on try catch block and loading jsc even when
376
+ // project is using hermes can lead to launch-time crashes especially in
377
+ // monorepo architectures and hybrid apps using both native android
378
+ // and react native.
379
+ // So we can use the value of enableHermes received by the constructor
380
+ // to decide which library to load at launch
381
+
382
+ // if nothing is specified, use old loading method
383
+ // else load the required engine
384
+ if (jsInterpreter == JSInterpreter.OLD_LOGIC) {
368
385
  try {
386
+ // If JSC is included, use it as normal
387
+ initializeSoLoaderIfNecessary(applicationContext);
388
+ JSCExecutor.loadLibrary();
389
+ return new JSCExecutorFactory(appName, deviceName);
390
+ } catch (UnsatisfiedLinkError jscE) {
391
+ if (jscE.getMessage().contains("__cxa_bad_typeid")) {
392
+ throw jscE;
393
+ }
369
394
  HermesExecutor.loadLibrary();
370
395
  return new HermesExecutorFactory();
371
- } catch (UnsatisfiedLinkError hermesE) {
372
- // If we get here, either this is a JSC build, and of course
373
- // Hermes failed (since it's not in the APK), or it's a Hermes
374
- // build, and Hermes had a problem.
375
-
376
- // We suspect this is a JSC issue (it's the default), so we
377
- // will throw that exception, but we will print hermesE first,
378
- // since it could be a Hermes issue and we don't want to
379
- // swallow that.
380
- hermesE.printStackTrace();
381
- throw jscE;
382
396
  }
397
+ } else if (jsInterpreter == JSInterpreter.HERMES) {
398
+ HermesExecutor.loadLibrary();
399
+ return new HermesExecutorFactory();
400
+ } else {
401
+ JSCExecutor.loadLibrary();
402
+ return new JSCExecutorFactory(appName, deviceName);
383
403
  }
384
404
  }
385
405
  }
@@ -719,12 +719,22 @@ public class ReactRootView extends FrameLayout implements RootView, ReactRoot {
719
719
 
720
720
  // React Native requires that the RootView id be managed entirely by React Native, and will
721
721
  // crash in addRootView/startSurface if the native View id isn't set to NO_ID.
722
+
723
+ // This behavior can not be guaranteed in hybrid apps that have a native android layer over
724
+ // which reactRootViews are added and the native views need to have ids on them in order to
725
+ // work.
726
+ // Hence this can cause unnecessary crashes at runtime for hybrid apps.
727
+ // So converting this to a soft exception such that pure react-native devs can still see the
728
+ // warning while hybrid apps continue to run without crashes
729
+
722
730
  if (getId() != View.NO_ID) {
723
- throw new IllegalViewOperationException(
724
- "Trying to attach a ReactRootView with an explicit id already set to ["
725
- + getId()
726
- + "]. React Native uses the id field to track react tags and will overwrite this"
727
- + " field. If that is fine, explicitly overwrite the id field to View.NO_ID.");
731
+ ReactSoftExceptionLogger.logSoftException(
732
+ TAG,
733
+ new IllegalViewOperationException(
734
+ "Trying to attach a ReactRootView with an explicit id already set to ["
735
+ + getId()
736
+ + "]. React Native uses the id field to track react tags and will overwrite this"
737
+ + " field. If that is fine, explicitly overwrite the id field to View.NO_ID."));
728
738
  }
729
739
 
730
740
  try {
@@ -40,7 +40,7 @@ LOCAL_SHARED_LIBRARIES := \
40
40
  libreact_render_uimanager \
41
41
  libreact_utils \
42
42
  libreact_config \
43
- libreactnativeutilsjni \
43
+ libreactnativejni \
44
44
  librrc_image \
45
45
  librrc_root \
46
46
  librrc_unimplementedview \
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
17
17
  public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
18
18
  "major", 0,
19
19
  "minor", 68,
20
- "patch", 2,
20
+ "patch", 3,
21
21
  "prerelease", null);
22
22
  }
@@ -19,7 +19,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
19
19
 
20
20
  LOCAL_CFLAGS += -fexceptions -frtti -std=c++17 -Wall
21
21
 
22
- LOCAL_SHARED_LIBRARIES = libfb libfbjni libreactnativeutilsjni libruntimeexecutor
22
+ LOCAL_SHARED_LIBRARIES = libfb libfbjni libreactnativejni libruntimeexecutor
23
23
 
24
24
  LOCAL_STATIC_LIBRARIES = libcallinvoker libreactperfloggerjni
25
25
 
@@ -3,67 +3,8 @@
3
3
  # This source code is licensed under the MIT license found in the
4
4
  # LICENSE file in the root directory of this source tree.
5
5
 
6
-
7
- ##########################
8
- ### React Native Utils ###
9
- ##########################
10
-
11
6
  LOCAL_PATH := $(call my-dir)
12
7
 
13
- include $(CLEAR_VARS)
14
-
15
- # Include . in the header search path for all source files in this module.
16
- LOCAL_C_INCLUDES := $(LOCAL_PATH)
17
-
18
- # Include ./../../ in the header search path for modules that depend on
19
- # reactnativejni. This will allow external modules to require this module's
20
- # headers using #include <react/jni/<header>.h>, assuming:
21
- # . == jni
22
- # ./../ == react
23
- LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../..
24
-
25
- LOCAL_CFLAGS += -fexceptions -frtti -Wno-unused-lambda-capture
26
-
27
- LOCAL_LDLIBS += -landroid
28
-
29
- # The dynamic libraries (.so files) that this module depends on.
30
- LOCAL_SHARED_LIBRARIES := \
31
- libfb \
32
- libfbjni \
33
- libfolly_json \
34
- libglog_init \
35
- libreact_render_runtimescheduler \
36
- libruntimeexecutor \
37
- libyoga
38
-
39
- # The static libraries (.a files) that this module depends on.
40
- LOCAL_STATIC_LIBRARIES := libreactnative libcallinvokerholder
41
-
42
- # Name of this module.
43
- #
44
- # Other modules can depend on this one by adding libreactnativejni to their
45
- # LOCAL_SHARED_LIBRARIES variable.
46
- LOCAL_MODULE := reactnativeutilsjni
47
-
48
- # Compile all local c++ files.
49
- LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/*.cpp)
50
- LOCAL_SRC_FILES := $(subst $(LOCAL_PATH)/,,$(LOCAL_SRC_FILES))
51
-
52
- ifeq ($(APP_OPTIM),debug)
53
- # Keep symbols by overriding the strip command invoked by ndk-build.
54
- # Note that this will apply to all shared libraries,
55
- # i.e. shared libraries will NOT be stripped
56
- # even though we override it in this Android.mk
57
- cmd-strip :=
58
- endif
59
-
60
- # Build the files in this directory as a shared library
61
- include $(BUILD_SHARED_LIBRARY)
62
-
63
-
64
-
65
-
66
-
67
8
  ######################
68
9
  ### reactnativejni ###
69
10
  ######################
@@ -91,7 +32,6 @@ LOCAL_SHARED_LIBRARIES := \
91
32
  libfolly_json \
92
33
  libglog_init \
93
34
  libreact_render_runtimescheduler \
94
- libreactnativeutilsjni \
95
35
  libruntimeexecutor \
96
36
  libyoga \
97
37
  logger
@@ -12,8 +12,14 @@ namespace facebook {
12
12
  namespace react {
13
13
 
14
14
  double reactAndroidNativePerformanceNowHook() {
15
- auto time = std::chrono::system_clock::now().time_since_epoch();
16
- return std::chrono::duration_cast<std::chrono::milliseconds>(time).count();
15
+ auto time = std::chrono::steady_clock::now();
16
+ auto duration = std::chrono::duration_cast<std::chrono::nanoseconds>(
17
+ time.time_since_epoch())
18
+ .count();
19
+
20
+ constexpr double NANOSECONDS_IN_MILLISECOND = 1000000.0;
21
+
22
+ return duration / NANOSECONDS_IN_MILLISECOND;
17
23
  }
18
24
 
19
25
  } // namespace react
@@ -17,7 +17,7 @@ namespace facebook::react {
17
17
  constexpr struct {
18
18
  int32_t Major = 0;
19
19
  int32_t Minor = 68;
20
- int32_t Patch = 2;
20
+ int32_t Patch = 3;
21
21
  std::string_view Prerelease = "";
22
22
  } ReactNativeVersion;
23
23
 
@@ -35,7 +35,7 @@ LOCAL_SHARED_LIBRARIES := \
35
35
  libreact_render_debug \
36
36
  libreact_render_graphics \
37
37
  libreact_render_uimanager \
38
- libreactnativeutilsjni \
38
+ libreactnativejni \
39
39
  librrc_view \
40
40
  libyoga
41
41
 
@@ -37,7 +37,7 @@ LOCAL_SHARED_LIBRARIES := \
37
37
  libreact_render_imagemanager \
38
38
  libreact_render_mapbuffer \
39
39
  libreact_render_uimanager \
40
- libreactnativeutilsjni \
40
+ libreactnativejni \
41
41
  librrc_image \
42
42
  librrc_view \
43
43
  libyoga
@@ -35,7 +35,7 @@ LOCAL_SHARED_LIBRARIES := \
35
35
  libreact_render_debug \
36
36
  libreact_render_graphics \
37
37
  libreact_render_uimanager \
38
- libreactnativeutilsjni \
38
+ libreactnativejni \
39
39
  librrc_view \
40
40
  libyoga
41
41
 
@@ -31,7 +31,7 @@ LOCAL_SHARED_LIBRARIES := \
31
31
  libreact_render_telemetry \
32
32
  libreact_render_uimanager \
33
33
  libreact_utils \
34
- libreactnativeutilsjni \
34
+ libreactnativejni \
35
35
  libyoga
36
36
 
37
37
  LOCAL_STATIC_LIBRARIES :=
@@ -0,0 +1 @@
1
+ ae7d9684c63388ab16d79c156301cbfe
@@ -0,0 +1 @@
1
+ 3ba5a03c95e3c157a971bd1dd6093ee8b4224062
@@ -0,0 +1 @@
1
+ 4d943c6d7e901cd29141897e3a958210e63ec0ee624257d49bd0fa47365c19b2
@@ -0,0 +1 @@
1
+ 4ae0de2c6af47b8cd4a14578931fdbe64cae0775beb0b63fb2c7d1c451d2dd671f6ba2b6a2bbd1a1d41da2fb3066decf68c33ffd321b4517faf8c89867e9ab80
@@ -0,0 +1 @@
1
+ 5ff0a2afb6d400b7121d252bf81b42f4
@@ -0,0 +1 @@
1
+ f934c5bd46c1fa48e614c9577a28d3f92135ccd9
@@ -0,0 +1 @@
1
+ 6648b707c34d2b0f3e5248be97a2bf850fef29e64337e49adf88b1f19c3a8286
@@ -0,0 +1 @@
1
+ 5e7ab2c20ebed2b0fc9ed448f36b6aae5f7e5fdcb4a2bc4234648dafdd554e0bf80e82ba3e930ce51d1ae297bffc6f2bf47d6ad4a32c4bc6ba7ffc1c1215831a
@@ -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.3",
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.aar",
135
- "url": "react-native-0.68.2.aar",
136
- "size": 16395325,
137
- "sha512": "3a382af29982d6cbbee62463d499f8d29be1ebc64a1633b07a470c3cb3686d5c1aa101902c43dc1512f4fa5957c5e35b910f847cf0fd0aff223417eea78c782a",
138
- "sha256": "9b66dd0a4da6f0f2f91b9d80a2b0f3f9cb0b9dce61d82b18a53b8291978d58fc",
139
- "sha1": "4280fad14bfe5be0c48e726b9a3198c3cf14b656",
140
- "md5": "d666afe8cd0cc343ccb5a563ba6ec0de"
134
+ "name": "react-native-0.68.3.aar",
135
+ "url": "react-native-0.68.3.aar",
136
+ "size": 15448509,
137
+ "sha512": "5e7ab2c20ebed2b0fc9ed448f36b6aae5f7e5fdcb4a2bc4234648dafdd554e0bf80e82ba3e930ce51d1ae297bffc6f2bf47d6ad4a32c4bc6ba7ffc1c1215831a",
138
+ "sha256": "6648b707c34d2b0f3e5248be97a2bf850fef29e64337e49adf88b1f19c3a8286",
139
+ "sha1": "f934c5bd46c1fa48e614c9577a28d3f92135ccd9",
140
+ "md5": "5ff0a2afb6d400b7121d252bf81b42f4"
141
141
  }
142
142
  ]
143
143
  },
@@ -258,13 +258,13 @@
258
258
  ],
259
259
  "files": [
260
260
  {
261
- "name": "react-native-0.68.2.aar",
262
- "url": "react-native-0.68.2.aar",
263
- "size": 16395325,
264
- "sha512": "3a382af29982d6cbbee62463d499f8d29be1ebc64a1633b07a470c3cb3686d5c1aa101902c43dc1512f4fa5957c5e35b910f847cf0fd0aff223417eea78c782a",
265
- "sha256": "9b66dd0a4da6f0f2f91b9d80a2b0f3f9cb0b9dce61d82b18a53b8291978d58fc",
266
- "sha1": "4280fad14bfe5be0c48e726b9a3198c3cf14b656",
267
- "md5": "d666afe8cd0cc343ccb5a563ba6ec0de"
261
+ "name": "react-native-0.68.3.aar",
262
+ "url": "react-native-0.68.3.aar",
263
+ "size": 15448509,
264
+ "sha512": "5e7ab2c20ebed2b0fc9ed448f36b6aae5f7e5fdcb4a2bc4234648dafdd554e0bf80e82ba3e930ce51d1ae297bffc6f2bf47d6ad4a32c4bc6ba7ffc1c1215831a",
265
+ "sha256": "6648b707c34d2b0f3e5248be97a2bf850fef29e64337e49adf88b1f19c3a8286",
266
+ "sha1": "f934c5bd46c1fa48e614c9577a28d3f92135ccd9",
267
+ "md5": "5ff0a2afb6d400b7121d252bf81b42f4"
268
268
  }
269
269
  ]
270
270
  }
@@ -0,0 +1 @@
1
+ a9c608f2ce373379e0047bc8fef830b9
@@ -0,0 +1 @@
1
+ eb3831ae54207344e31ae95f1438dd65341f39d6
@@ -0,0 +1 @@
1
+ 380f8e5344e97c7255b92c06b397bf21d3eb0cb9455f6fc4441470f028f77e94
@@ -0,0 +1 @@
1
+ 7a102efcef8c05e8a70a2fccd421dbc8d6e92490db7de103368c70407757f0385de26473dd766b96caa3f9443b7ef12c3d08bfaa3f7c8760f1e28dcb84e429b3
@@ -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</version>
12
+ <version>0.68.3</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
+ 776030b7b8010d7f3de35c38a10f792f
@@ -0,0 +1 @@
1
+ 7ee7c17dbcb57f632e913ca92246582a7ef4d0a9
@@ -0,0 +1 @@
1
+ 53bb476074bb209aca22cd4a045c7835c5e5d8bd14139e55352ccc2c487f884e
@@ -0,0 +1 @@
1
+ 1aba3f78b021b8fa5408d6d526e3f750f36a8365c6fcf9bd992eae6bff62b7cd1af137be32faf585468791a00c9ce5bff8c13199a75cdc9222d4e5475aa7f1b9
@@ -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</latest>
7
- <release>0.68.2</release>
6
+ <latest>0.68.3</latest>
7
+ <release>0.68.3</release>
8
8
  <versions>
9
- <version>0.68.2</version>
9
+ <version>0.68.3</version>
10
10
  </versions>
11
- <lastUpdated>20220509105732</lastUpdated>
11
+ <lastUpdated>20220808103753</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- ef5062e498ae4be27a17bacf2e096fc8
1
+ d590ff797c2fdc9f642b48009c72b1c2
@@ -1 +1 @@
1
- f3c786068cbdc323a3805bda66cffd764ae65bdb
1
+ 7a403b4239098d2ccc4c826662d9da7c63296447
@@ -1 +1 @@
1
- b7162463007967e5fc1da7682340a8b2fa7a523f699bc0b5f35bd089f58b2491
1
+ 556cec9009f2a88abbbebf13196f2aea71fb4f91535469d9e8bba102f99a4d24
@@ -1 +1 @@
1
- b28446aa21a39f5f5b9d605d80cfad7cf47a308b1656dc5120c844552fea54345cd7306f854982c5ae6c88cd96e40d839f71bcce13e8743f6b2aab94a06b8608
1
+ 3210a41a90824c8b1e3b1b8e0804a022040af3467d2e9d4b3ffc0b7c024533bbbdf7451a350859c4c00d837b8d32606345d27521177003a7d3960bd31c9c30bf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.68.2",
3
+ "version": "0.68.3",
4
4
  "bin": "./cli.js",
5
5
  "description": "A framework for building native apps using React",
6
6
  "license": "MIT",
@@ -3,7 +3,7 @@ GEM
3
3
  specs:
4
4
  CFPropertyList (3.0.5)
5
5
  rexml
6
- activesupport (6.1.5.1)
6
+ activesupport (6.1.6.1)
7
7
  concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
  i18n (>= 1.6, < 2)
9
9
  minitest (>= 5.1)
@@ -63,10 +63,10 @@ GEM
63
63
  fuzzy_match (2.0.4)
64
64
  gh_inspector (1.1.3)
65
65
  httpclient (2.8.3)
66
- i18n (1.10.0)
66
+ i18n (1.12.0)
67
67
  concurrent-ruby (~> 1.0)
68
- json (2.6.1)
69
- minitest (5.15.0)
68
+ json (2.6.2)
69
+ minitest (5.16.2)
70
70
  molinillo (0.8.0)
71
71
  nanaimo (0.3.0)
72
72
  nap (1.1.0)
@@ -76,16 +76,16 @@ GEM
76
76
  ruby-macho (2.5.1)
77
77
  typhoeus (1.4.0)
78
78
  ethon (>= 0.9.0)
79
- tzinfo (2.0.4)
79
+ tzinfo (2.0.5)
80
80
  concurrent-ruby (~> 1.0)
81
- xcodeproj (1.21.0)
81
+ xcodeproj (1.22.0)
82
82
  CFPropertyList (>= 2.3.3, < 4.0)
83
83
  atomos (~> 0.1.3)
84
84
  claide (>= 1.0.2, < 2.0)
85
85
  colored2 (~> 3.1)
86
86
  nanaimo (~> 0.3.0)
87
87
  rexml (~> 3.2.4)
88
- zeitwerk (2.5.4)
88
+ zeitwerk (2.6.0)
89
89
 
90
90
  PLATFORMS
91
91
  ruby
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "react": "17.0.2",
14
- "react-native": "0.68.2"
14
+ "react-native": "0.68.3"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.12.9",
@@ -1 +0,0 @@
1
- 00c463ff871e0304a451c9dacff46ce1
@@ -1 +0,0 @@
1
- adf0d286c68566df24959324849d01de574b45e3
@@ -1 +0,0 @@
1
- 346f21bdb20c96ee71bcf6d79b6366ce43d5d5f09e30d8452c7fa5402f74c397
@@ -1 +0,0 @@
1
- a9a21e5dab561ed6157cea21b331cf26a4c02f56f474c0cfcb73488b472ed3539ccb8956241a3c47ce788e604828b44736c24b196a0469d718086ed171be80e4
@@ -1 +0,0 @@
1
- d666afe8cd0cc343ccb5a563ba6ec0de
@@ -1 +0,0 @@
1
- 4280fad14bfe5be0c48e726b9a3198c3cf14b656
@@ -1 +0,0 @@
1
- 9b66dd0a4da6f0f2f91b9d80a2b0f3f9cb0b9dce61d82b18a53b8291978d58fc
@@ -1 +0,0 @@
1
- 3a382af29982d6cbbee62463d499f8d29be1ebc64a1633b07a470c3cb3686d5c1aa101902c43dc1512f4fa5957c5e35b910f847cf0fd0aff223417eea78c782a
@@ -1 +0,0 @@
1
- a9cf9e60e16064fef22766a1ab4b2962
@@ -1 +0,0 @@
1
- 4c6983eba482e2e4cb39a10b0a0ffce014e4b30e
@@ -1 +0,0 @@
1
- 9542c7bab4d20071b9915c6bb624067cf9160271ebf02dd63ed81bf70444cd90
@@ -1 +0,0 @@
1
- 2f07244d0bdfc10ab83deb415f686f3a0e2e845400456df8aa9a646c6ebb5f08b7a1d5bd03ac4160b5183d6c0ea9ab33a6631cb64992d1b1980f5a73d87f0db3
@@ -1 +0,0 @@
1
- fd65034eccc6c3ae104fd76ef9aa451d
@@ -1 +0,0 @@
1
- ee236855ea6fd44906b6bb7f0d87cf69ec44d09d
@@ -1 +0,0 @@
1
- 210584bb40ca9aa7865f8fd095ba4f10b8a2fcf9940a9d906df6b122fc1e466a
@@ -1 +0,0 @@
1
- e8b67488f4a6aa0894b378af89f6c0567c479ac920297eb9c0626a6d7892fed6857606f7e46aca5a7ed00a4bb30ca638e0a82b5956d99e7683976fb339aca1cf