react-native-tvos 0.81.0-0rc3 → 0.81.0-0rc5

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.
@@ -17,5 +17,5 @@ export const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 81,
19
19
  patch: 0,
20
- prerelease: '0rc3',
20
+ prerelease: '0rc5',
21
21
  };
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(81),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"0rc3",
27
+ RCTVersionPrerelease: @"0rc5",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.81.0-0rc3
1
+ VERSION_NAME=0.81.0-0rc5
2
2
  react.internal.publishingGroup=io.github.react-native-tvos
3
3
 
4
4
  android.useAndroidX=true
@@ -15,6 +15,6 @@ public object ReactNativeVersion {
15
15
  "major" to 0,
16
16
  "minor" to 81,
17
17
  "patch" to 0,
18
- "prerelease" to "rc.3"
18
+ "prerelease" to "rc.5"
19
19
  )
20
20
  }
@@ -514,7 +514,8 @@ public class ReactHostImpl(
514
514
  internal fun <T : NativeModule> hasNativeModule(nativeModuleInterface: Class<T>): Boolean =
515
515
  reactInstance?.hasNativeModule<T>(nativeModuleInterface) ?: false
516
516
 
517
- internal val nativeModules: Collection<NativeModule> = reactInstance?.nativeModules ?: listOf()
517
+ internal val nativeModules: Collection<NativeModule>
518
+ get() = reactInstance?.nativeModules ?: listOf()
518
519
 
519
520
  internal fun <T : NativeModule> getNativeModule(nativeModuleInterface: Class<T>): T? {
520
521
  if (!ReactBuildConfig.UNSTABLE_ENABLE_MINIFY_LEGACY_ARCHITECTURE &&
@@ -18,7 +18,7 @@ constexpr struct {
18
18
  int32_t Major = 0;
19
19
  int32_t Minor = 81;
20
20
  int32_t Patch = 0;
21
- std::string_view Prerelease = "0rc3";
21
+ std::string_view Prerelease = "0rc5";
22
22
  } ReactNativeVersion;
23
23
 
24
24
  } // namespace facebook::react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tvos",
3
- "version": "0.81.0-0rc3",
3
+ "version": "0.81.0-0rc5",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -166,12 +166,12 @@
166
166
  },
167
167
  "dependencies": {
168
168
  "@jest/create-cache-key-function": "^29.7.0",
169
- "@react-native/assets-registry": "0.81.0-rc.3",
170
- "@react-native/codegen": "0.81.0-rc.3",
171
- "@react-native/community-cli-plugin": "0.81.0-rc.3",
172
- "@react-native/gradle-plugin": "0.81.0-rc.3",
173
- "@react-native/js-polyfills": "0.81.0-rc.3",
174
- "@react-native/normalize-colors": "0.81.0-rc.3",
169
+ "@react-native/assets-registry": "0.81.0-rc.5",
170
+ "@react-native/codegen": "0.81.0-rc.5",
171
+ "@react-native/community-cli-plugin": "0.81.0-rc.5",
172
+ "@react-native/gradle-plugin": "0.81.0-rc.5",
173
+ "@react-native/js-polyfills": "0.81.0-rc.5",
174
+ "@react-native/normalize-colors": "0.81.0-rc.5",
175
175
  "abort-controller": "^3.0.0",
176
176
  "anser": "^1.4.9",
177
177
  "ansi-regex": "^5.0.0",
@@ -198,7 +198,7 @@
198
198
  "whatwg-fetch": "^3.0.0",
199
199
  "ws": "^6.2.3",
200
200
  "yargs": "^17.6.2",
201
- "@react-native-tvos/virtualized-lists": "0.81.0-0rc3"
201
+ "@react-native-tvos/virtualized-lists": "0.81.0-0rc5"
202
202
  },
203
203
  "codegenConfig": {
204
204
  "libraries": [
Binary file
Binary file
Binary file