react-native 0.68.3 → 0.68.4

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 (54) hide show
  1. package/Libraries/Core/ReactNativeVersion.js +1 -1
  2. package/React/Base/RCTUtils.h +2 -0
  3. package/React/Base/RCTUtils.m +5 -0
  4. package/React/Base/RCTVersion.m +1 -1
  5. package/React/CoreModules/RCTDeviceInfo.mm +29 -11
  6. package/ReactAndroid/gradle.properties +1 -1
  7. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +1 -1
  8. package/ReactAndroid/src/main/jni/first-party/yogajni/jni/YGJNIVanilla.cpp +2 -2
  9. package/ReactAndroid/src/main/jni/first-party/yogajni/jni/YogaJniException.cpp +1 -1
  10. package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
  11. package/android/com/facebook/react/react-native/{0.68.3/react-native-0.68.3-sources.jar → 0.68.4/react-native-0.68.4-sources.jar} +0 -0
  12. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4-sources.jar.md5 +1 -0
  13. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4-sources.jar.sha1 +1 -0
  14. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4-sources.jar.sha256 +1 -0
  15. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4-sources.jar.sha512 +1 -0
  16. package/android/com/facebook/react/react-native/{0.68.3/react-native-0.68.3.aar → 0.68.4/react-native-0.68.4.aar} +0 -0
  17. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.aar.md5 +1 -0
  18. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.aar.sha1 +1 -0
  19. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.aar.sha256 +1 -0
  20. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.aar.sha512 +1 -0
  21. package/android/com/facebook/react/react-native/{0.68.3/react-native-0.68.3.module → 0.68.4/react-native-0.68.4.module} +15 -15
  22. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.module.md5 +1 -0
  23. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.module.sha1 +1 -0
  24. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.module.sha256 +1 -0
  25. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.module.sha512 +1 -0
  26. package/android/com/facebook/react/react-native/{0.68.3/react-native-0.68.3.pom → 0.68.4/react-native-0.68.4.pom} +1 -1
  27. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.pom.md5 +1 -0
  28. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.pom.sha1 +1 -0
  29. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.pom.sha256 +1 -0
  30. package/android/com/facebook/react/react-native/0.68.4/react-native-0.68.4.pom.sha512 +1 -0
  31. package/android/com/facebook/react/react-native/maven-metadata.xml +4 -4
  32. package/android/com/facebook/react/react-native/maven-metadata.xml.md5 +1 -1
  33. package/android/com/facebook/react/react-native/maven-metadata.xml.sha1 +1 -1
  34. package/android/com/facebook/react/react-native/maven-metadata.xml.sha256 +1 -1
  35. package/android/com/facebook/react/react-native/maven-metadata.xml.sha512 +1 -1
  36. package/package.json +3 -3
  37. package/template/Gemfile.lock +5 -5
  38. package/template/package.json +1 -1
  39. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.md5 +0 -1
  40. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha1 +0 -1
  41. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha256 +0 -1
  42. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3-sources.jar.sha512 +0 -1
  43. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.md5 +0 -1
  44. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha1 +0 -1
  45. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha256 +0 -1
  46. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.aar.sha512 +0 -1
  47. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.md5 +0 -1
  48. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha1 +0 -1
  49. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha256 +0 -1
  50. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.module.sha512 +0 -1
  51. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.md5 +0 -1
  52. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha1 +0 -1
  53. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha256 +0 -1
  54. package/android/com/facebook/react/react-native/0.68.3/react-native-0.68.3.pom.sha512 +0 -1
@@ -12,6 +12,6 @@
12
12
  exports.version = {
13
13
  major: 0,
14
14
  minor: 68,
15
- patch: 3,
15
+ patch: 4,
16
16
  prerelease: null,
17
17
  };
@@ -186,4 +186,6 @@ RCT_EXTERN BOOL RCTValidateTypeOfViewCommandArgument(
186
186
  NSString const *commandName,
187
187
  NSString const *argPos);
188
188
 
189
+ RCT_EXTERN BOOL RCTIsAppActive(void);
190
+
189
191
  NS_ASSUME_NONNULL_END
@@ -1067,3 +1067,8 @@ RCT_EXTERN BOOL RCTValidateTypeOfViewCommandArgument(
1067
1067
 
1068
1068
  return true;
1069
1069
  }
1070
+
1071
+ BOOL RCTIsAppActive(void)
1072
+ {
1073
+ return [RCTSharedApplication() applicationState] == UIApplicationStateActive;
1074
+ }
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
23
23
  __rnVersion = @{
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(68),
26
- RCTVersionPatch: @(3),
26
+ RCTVersionPatch: @(4),
27
27
  RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
@@ -26,6 +26,7 @@ using namespace facebook::react;
26
26
  @implementation RCTDeviceInfo {
27
27
  UIInterfaceOrientation _currentInterfaceOrientation;
28
28
  NSDictionary *_currentInterfaceDimensions;
29
+ BOOL _isFullscreen;
29
30
  }
30
31
 
31
32
  @synthesize moduleRegistry = _moduleRegistry;
@@ -59,7 +60,7 @@ RCT_EXPORT_MODULE()
59
60
  _currentInterfaceDimensions = RCTExportedDimensions(_moduleRegistry);
60
61
 
61
62
  [[NSNotificationCenter defaultCenter] addObserver:self
62
- selector:@selector(interfaceFrameDidChange)
63
+ selector:@selector(interfaceOrientationDidChange)
63
64
  name:UIApplicationDidBecomeActiveNotification
64
65
  object:nil];
65
66
 
@@ -168,21 +169,36 @@ static NSDictionary *RCTExportedDimensions(RCTModuleRegistry *moduleRegistry)
168
169
 
169
170
  - (void)_interfaceOrientationDidChange
170
171
  {
171
- UIInterfaceOrientation nextOrientation = [RCTSharedApplication() statusBarOrientation];
172
+ UIApplication *application = RCTSharedApplication();
173
+ UIInterfaceOrientation nextOrientation = [application statusBarOrientation];
174
+
175
+ BOOL isRunningInFullScreen =
176
+ CGRectEqualToRect(application.delegate.window.frame, application.delegate.window.screen.bounds);
177
+ // We are catching here two situations for multitasking view:
178
+ // a) The app is in Split View and the container gets resized -> !isRunningInFullScreen
179
+ // b) The app changes to/from fullscreen example: App runs in slide over mode and goes into fullscreen->
180
+ // isRunningInFullScreen != _isFullscreen The above two cases a || b can be shortened to !isRunningInFullScreen ||
181
+ // !_isFullscreen;
182
+ BOOL isResizingOrChangingToFullscreen = !isRunningInFullScreen || !_isFullscreen;
183
+ BOOL isOrientationChanging = (UIInterfaceOrientationIsPortrait(_currentInterfaceOrientation) &&
184
+ !UIInterfaceOrientationIsPortrait(nextOrientation)) ||
185
+ (UIInterfaceOrientationIsLandscape(_currentInterfaceOrientation) &&
186
+ !UIInterfaceOrientationIsLandscape(nextOrientation));
172
187
 
173
188
  // Update when we go from portrait to landscape, or landscape to portrait
174
- if ((UIInterfaceOrientationIsPortrait(_currentInterfaceOrientation) &&
175
- !UIInterfaceOrientationIsPortrait(nextOrientation)) ||
176
- (UIInterfaceOrientationIsLandscape(_currentInterfaceOrientation) &&
177
- !UIInterfaceOrientationIsLandscape(nextOrientation))) {
189
+ // Also update when the fullscreen state changes (multitasking) and only when the app is in active state.
190
+ if ((isOrientationChanging || isResizingOrChangingToFullscreen) && RCTIsAppActive()) {
178
191
  #pragma clang diagnostic push
179
192
  #pragma clang diagnostic ignored "-Wdeprecated-declarations"
180
193
  [[_moduleRegistry moduleForName:"EventDispatcher"] sendDeviceEventWithName:@"didUpdateDimensions"
181
194
  body:RCTExportedDimensions(_moduleRegistry)];
195
+
196
+ // We only want to track the current _currentInterfaceOrientation and _isFullscreen only
197
+ // when it happens and only when it is published.
198
+ _currentInterfaceOrientation = nextOrientation;
199
+ _isFullscreen = isRunningInFullScreen;
182
200
  #pragma clang diagnostic pop
183
201
  }
184
-
185
- _currentInterfaceOrientation = nextOrientation;
186
202
  }
187
203
 
188
204
  - (void)interfaceFrameDidChange
@@ -197,15 +213,17 @@ static NSDictionary *RCTExportedDimensions(RCTModuleRegistry *moduleRegistry)
197
213
  {
198
214
  NSDictionary *nextInterfaceDimensions = RCTExportedDimensions(_moduleRegistry);
199
215
 
200
- if (!([nextInterfaceDimensions isEqual:_currentInterfaceDimensions])) {
216
+ // update and publish the even only when the app is in active state
217
+ if (!([nextInterfaceDimensions isEqual:_currentInterfaceDimensions]) && RCTIsAppActive()) {
201
218
  #pragma clang diagnostic push
202
219
  #pragma clang diagnostic ignored "-Wdeprecated-declarations"
203
220
  [[_moduleRegistry moduleForName:"EventDispatcher"] sendDeviceEventWithName:@"didUpdateDimensions"
204
221
  body:nextInterfaceDimensions];
222
+ // We only want to track the current _currentInterfaceOrientation only
223
+ // when it happens and only when it is published.
224
+ _currentInterfaceDimensions = nextInterfaceDimensions;
205
225
  #pragma clang diagnostic pop
206
226
  }
207
-
208
- _currentInterfaceDimensions = nextInterfaceDimensions;
209
227
  }
210
228
 
211
229
  - (std::shared_ptr<TurboModule>)getTurboModule:(const ObjCTurboModule::InitParams &)params
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.68.3
1
+ VERSION_NAME=0.68.4
2
2
  GROUP=com.facebook.react
3
3
 
4
4
  POM_NAME=ReactNative
@@ -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", 3,
20
+ "patch", 4,
21
21
  "prerelease", null);
22
22
  }
@@ -147,7 +147,7 @@ static int YGJNILogFunc(
147
147
  if (*jloggerPtr) {
148
148
  JNIEnv* env = getCurrentEnv();
149
149
 
150
- jclass cl = env->FindClass("Lcom/facebook/yoga/YogaLogLevel;");
150
+ jclass cl = env->FindClass("com/facebook/yoga/YogaLogLevel");
151
151
  static const jmethodID smethodId =
152
152
  facebook::yoga::vanillajni::getStaticMethodId(
153
153
  env, cl, "fromInt", "(I)Lcom/facebook/yoga/YogaLogLevel;");
@@ -386,7 +386,7 @@ static void jni_YGNodeCalculateLayoutJNI(
386
386
  }
387
387
  } catch (const std::logic_error& ex) {
388
388
  env->ExceptionClear();
389
- jclass cl = env->FindClass("Ljava/lang/IllegalStateException;");
389
+ jclass cl = env->FindClass("java/lang/IllegalStateException");
390
390
  static const jmethodID methodId = facebook::yoga::vanillajni::getMethodId(
391
391
  env, cl, "<init>", "(Ljava/lang/String;)V");
392
392
  auto throwable = env->NewObject(cl, methodId, env->NewStringUTF(ex.what()));
@@ -15,7 +15,7 @@ namespace yoga {
15
15
  namespace vanillajni {
16
16
 
17
17
  YogaJniException::YogaJniException() {
18
- jclass cl = getCurrentEnv()->FindClass("Ljava/lang/RuntimeException;");
18
+ jclass cl = getCurrentEnv()->FindClass("java/lang/RuntimeException");
19
19
  static const jmethodID methodId = facebook::yoga::vanillajni::getMethodId(
20
20
  getCurrentEnv(), cl, "<init>", "()V");
21
21
  auto throwable = getCurrentEnv()->NewObject(cl, methodId);
@@ -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 = 3;
20
+ int32_t Patch = 4;
21
21
  std::string_view Prerelease = "";
22
22
  } ReactNativeVersion;
23
23
 
@@ -0,0 +1 @@
1
+ 3a54a7151da62c2a7e177f5837e8d6b4
@@ -0,0 +1 @@
1
+ 15dc280696c55d5ebecee6e6ec59d5d51014dfdc
@@ -0,0 +1 @@
1
+ 68222e23dc12acbe658d4d642689c95362b5de5f9eb16e6951e7f9921ec9eac0
@@ -0,0 +1 @@
1
+ c72afd11233f3353ba5d5844773599a11229e5f875a80fb870b45a877537c2856c2e15d0ef3b7e91e5837108ab4d08a808b2595070ff0ef0b32358905d8d489c
@@ -0,0 +1 @@
1
+ 785d2e11f8d7730e07e68cd5fdf76bcf
@@ -0,0 +1 @@
1
+ 99c1ca2d54896975e6415ec76302d1c90fd5060e
@@ -0,0 +1 @@
1
+ 36f0b709b38c553125931555157c8e8429e45676c74f1c41c67cf7ab0f9523af
@@ -0,0 +1 @@
1
+ 1f60c5e4865c1b2abbd87cdfba101d196ed2e34a7bb079230d37d9960a4e12f7ea9666860491926d2b097f19e7549cd61fe4f6236293a71c18123a399bf6c2ab
@@ -3,7 +3,7 @@
3
3
  "component": {
4
4
  "group": "com.facebook.react",
5
5
  "module": "react-native",
6
- "version": "0.68.3",
6
+ "version": "0.68.4",
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.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"
134
+ "name": "react-native-0.68.4.aar",
135
+ "url": "react-native-0.68.4.aar",
136
+ "size": 15448544,
137
+ "sha512": "1f60c5e4865c1b2abbd87cdfba101d196ed2e34a7bb079230d37d9960a4e12f7ea9666860491926d2b097f19e7549cd61fe4f6236293a71c18123a399bf6c2ab",
138
+ "sha256": "36f0b709b38c553125931555157c8e8429e45676c74f1c41c67cf7ab0f9523af",
139
+ "sha1": "99c1ca2d54896975e6415ec76302d1c90fd5060e",
140
+ "md5": "785d2e11f8d7730e07e68cd5fdf76bcf"
141
141
  }
142
142
  ]
143
143
  },
@@ -258,13 +258,13 @@
258
258
  ],
259
259
  "files": [
260
260
  {
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"
261
+ "name": "react-native-0.68.4.aar",
262
+ "url": "react-native-0.68.4.aar",
263
+ "size": 15448544,
264
+ "sha512": "1f60c5e4865c1b2abbd87cdfba101d196ed2e34a7bb079230d37d9960a4e12f7ea9666860491926d2b097f19e7549cd61fe4f6236293a71c18123a399bf6c2ab",
265
+ "sha256": "36f0b709b38c553125931555157c8e8429e45676c74f1c41c67cf7ab0f9523af",
266
+ "sha1": "99c1ca2d54896975e6415ec76302d1c90fd5060e",
267
+ "md5": "785d2e11f8d7730e07e68cd5fdf76bcf"
268
268
  }
269
269
  ]
270
270
  }
@@ -0,0 +1 @@
1
+ 3714874059b37046dbc52345a297e587
@@ -0,0 +1 @@
1
+ 32b2a152fb29e7d9bd441a74ba39e464da0492db
@@ -0,0 +1 @@
1
+ 9279e8fec8e8f6d8be440526a8f3f1696697a197d7bf7d4ef632a26b41f2f739
@@ -0,0 +1 @@
1
+ 86179473480cdec2fa1128447e667c3da89dc45734922b35d6c49b3417ee616a5adc8bac91fc2d6d8e8c6301f6ceb92f3693351835debc7b6bb76ee5b41edbb5
@@ -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.3</version>
12
+ <version>0.68.4</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
+ 51ec2257a317c46dfa10223728c05623
@@ -0,0 +1 @@
1
+ 5c53de4d27c661d0a979af3286f4c20ef6032993
@@ -0,0 +1 @@
1
+ df544faeb08ae6c239c8d50dbb4bb008f1b49983769aee5f020060693a0b928a
@@ -0,0 +1 @@
1
+ f911b52e0aa445dd22ffd4dd83b91fada4ec792f3aaa1adefcde288bbf61b71225319043a850e055a2bf99a7728e266bfb557031d33328d6c8b78d45e821138c
@@ -3,11 +3,11 @@
3
3
  <groupId>com.facebook.react</groupId>
4
4
  <artifactId>react-native</artifactId>
5
5
  <versioning>
6
- <latest>0.68.3</latest>
7
- <release>0.68.3</release>
6
+ <latest>0.68.4</latest>
7
+ <release>0.68.4</release>
8
8
  <versions>
9
- <version>0.68.3</version>
9
+ <version>0.68.4</version>
10
10
  </versions>
11
- <lastUpdated>20220808103753</lastUpdated>
11
+ <lastUpdated>20221010133451</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- d590ff797c2fdc9f642b48009c72b1c2
1
+ ba7bb65ba87a6af060e01f17835adf72
@@ -1 +1 @@
1
- 7a403b4239098d2ccc4c826662d9da7c63296447
1
+ d80e3d201b5417e3f2b0cfe2821730d96fcaf6e4
@@ -1 +1 @@
1
- 556cec9009f2a88abbbebf13196f2aea71fb4f91535469d9e8bba102f99a4d24
1
+ 7d68cba6e4f6bbfa76b03a8ede875f77045fbba4281d46b1c96ff9c429939ce9
@@ -1 +1 @@
1
- 3210a41a90824c8b1e3b1b8e0804a022040af3467d2e9d4b3ffc0b7c024533bbbdf7451a350859c4c00d837b8d32606345d27521177003a7d3960bd31c9c30bf
1
+ 4d13858b3f0f7b7a89a2dd7716d6dd615689942842adb89f0b5c2aed9dcb97abcb9d5682283eb8f8053a834ce1b06d20d3c13937a6cebf3c802dab25f9ea3b73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.68.3",
3
+ "version": "0.68.4",
4
4
  "bin": "./cli.js",
5
5
  "description": "A framework for building native apps using React",
6
6
  "license": "MIT",
@@ -106,7 +106,7 @@
106
106
  "metro-source-map": "0.67.0",
107
107
  "nullthrows": "^1.1.1",
108
108
  "pretty-format": "^26.5.2",
109
- "promise": "^8.0.3",
109
+ "promise": "^8.2.0",
110
110
  "react-devtools-core": "^4.23.0",
111
111
  "react-native-gradle-plugin": "^0.0.6",
112
112
  "react-refresh": "^0.4.0",
@@ -117,7 +117,7 @@
117
117
  "use-subscription": ">=1.0.0 <1.6.0",
118
118
  "whatwg-fetch": "^3.0.0",
119
119
  "ws": "^6.1.4",
120
- "react-native-codegen": "^0.0.17"
120
+ "react-native-codegen": "^0.0.18"
121
121
  },
122
122
  "devDependencies": {
123
123
  "flow-bin": "^0.170.0",
@@ -3,14 +3,14 @@ GEM
3
3
  specs:
4
4
  CFPropertyList (3.0.5)
5
5
  rexml
6
- activesupport (6.1.6.1)
6
+ activesupport (6.1.7)
7
7
  concurrent-ruby (~> 1.0, >= 1.0.2)
8
8
  i18n (>= 1.6, < 2)
9
9
  minitest (>= 5.1)
10
10
  tzinfo (~> 2.0)
11
11
  zeitwerk (~> 2.3)
12
- addressable (2.8.0)
13
- public_suffix (>= 2.0.2, < 5.0)
12
+ addressable (2.8.1)
13
+ public_suffix (>= 2.0.2, < 6.0)
14
14
  algoliasearch (1.27.5)
15
15
  httpclient (~> 2.8, >= 2.8.3)
16
16
  json (>= 1.5.1)
@@ -66,7 +66,7 @@ GEM
66
66
  i18n (1.12.0)
67
67
  concurrent-ruby (~> 1.0)
68
68
  json (2.6.2)
69
- minitest (5.16.2)
69
+ minitest (5.16.3)
70
70
  molinillo (0.8.0)
71
71
  nanaimo (0.3.0)
72
72
  nap (1.1.0)
@@ -85,7 +85,7 @@ GEM
85
85
  colored2 (~> 3.1)
86
86
  nanaimo (~> 0.3.0)
87
87
  rexml (~> 3.2.4)
88
- zeitwerk (2.6.0)
88
+ zeitwerk (2.6.1)
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.3"
14
+ "react-native": "0.68.4"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@babel/core": "^7.12.9",
@@ -1 +0,0 @@
1
- ae7d9684c63388ab16d79c156301cbfe
@@ -1 +0,0 @@
1
- 3ba5a03c95e3c157a971bd1dd6093ee8b4224062
@@ -1 +0,0 @@
1
- 4d943c6d7e901cd29141897e3a958210e63ec0ee624257d49bd0fa47365c19b2
@@ -1 +0,0 @@
1
- 4ae0de2c6af47b8cd4a14578931fdbe64cae0775beb0b63fb2c7d1c451d2dd671f6ba2b6a2bbd1a1d41da2fb3066decf68c33ffd321b4517faf8c89867e9ab80
@@ -1 +0,0 @@
1
- 5ff0a2afb6d400b7121d252bf81b42f4
@@ -1 +0,0 @@
1
- f934c5bd46c1fa48e614c9577a28d3f92135ccd9
@@ -1 +0,0 @@
1
- 6648b707c34d2b0f3e5248be97a2bf850fef29e64337e49adf88b1f19c3a8286
@@ -1 +0,0 @@
1
- 5e7ab2c20ebed2b0fc9ed448f36b6aae5f7e5fdcb4a2bc4234648dafdd554e0bf80e82ba3e930ce51d1ae297bffc6f2bf47d6ad4a32c4bc6ba7ffc1c1215831a
@@ -1 +0,0 @@
1
- a9c608f2ce373379e0047bc8fef830b9
@@ -1 +0,0 @@
1
- eb3831ae54207344e31ae95f1438dd65341f39d6
@@ -1 +0,0 @@
1
- 380f8e5344e97c7255b92c06b397bf21d3eb0cb9455f6fc4441470f028f77e94
@@ -1 +0,0 @@
1
- 7a102efcef8c05e8a70a2fccd421dbc8d6e92490db7de103368c70407757f0385de26473dd766b96caa3f9443b7ef12c3d08bfaa3f7c8760f1e28dcb84e429b3
@@ -1 +0,0 @@
1
- 776030b7b8010d7f3de35c38a10f792f
@@ -1 +0,0 @@
1
- 7ee7c17dbcb57f632e913ca92246582a7ef4d0a9
@@ -1 +0,0 @@
1
- 53bb476074bb209aca22cd4a045c7835c5e5d8bd14139e55352ccc2c487f884e
@@ -1 +0,0 @@
1
- 1aba3f78b021b8fa5408d6d526e3f750f36a8365c6fcf9bd992eae6bff62b7cd1af137be32faf585468791a00c9ce5bff8c13199a75cdc9222d4e5475aa7f1b9