react-native-tvos 0.79.1-0 → 0.79.1-1

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,7 +17,7 @@ const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 79,
19
19
  patch: 1,
20
- prerelease: '0',
20
+ prerelease: '1',
21
21
  };
22
22
 
23
23
  module.exports = {version};
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(79),
26
26
  RCTVersionPatch: @(1),
27
- RCTVersionPrerelease: @"0",
27
+ RCTVersionPrerelease: @"1",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -59,6 +59,7 @@ RCT_EXPORT_MODULE()
59
59
  #pragma mark -
60
60
  #pragma mark Methods moved from old RCTTVMenuBridge
61
61
 
62
+ #if TARGET_OS_TV
62
63
  RCT_EXPORT_METHOD(enableTVMenuKey)
63
64
  {
64
65
  [RCTTVRemoteHandler setUseMenuKey:YES];
@@ -92,6 +93,7 @@ RCT_EXPORT_METHOD(disableGestureHandlersCancelTouches) {
92
93
  [RCTTVRemoteHandler setGestureHandlersCancelTouches:NO];
93
94
  [[NSNotificationCenter defaultCenter] postNotificationName:RCTTVDisableGestureHandlersCancelTouchesNotification object:nil];
94
95
  }
96
+ #endif
95
97
 
96
98
  @end
97
99
 
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.79.1-0
1
+ VERSION_NAME=0.79.1-1
2
2
  react.internal.publishingGroup=io.github.react-native-tvos
3
3
 
4
4
  android.useAndroidX=true
@@ -20,7 +20,7 @@ def sonatypeUsername = findProperty('SONATYPE_USERNAME')
20
20
  def sonatypePassword = findProperty('SONATYPE_PASSWORD')
21
21
 
22
22
  def reactAndroidProjectDir = project(':packages:react-native:ReactAndroid').projectDir
23
- def mavenTempLocalUrl = 'file:///Users/expo/workingdir/build/maven_local'
23
+ def mavenTempLocalUrl = 'file:///var/folders/xp/yw_lp59x05d2mp0g0n2f_d240000gn/T/eas-build-workingdir/build/maven_local'
24
24
  // Rewritten when copying this to ReactAndroid/publish.gradle
25
25
 
26
26
  publishing {
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
18
18
  "major", 0,
19
19
  "minor", 79,
20
20
  "patch", 1,
21
- "prerelease", "0");
21
+ "prerelease", "1");
22
22
  }
@@ -18,7 +18,7 @@ constexpr struct {
18
18
  int32_t Major = 0;
19
19
  int32_t Minor = 79;
20
20
  int32_t Patch = 1;
21
- std::string_view Prerelease = "0";
21
+ std::string_view Prerelease = "1";
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.79.1-0",
3
+ "version": "0.79.1-1",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -146,7 +146,7 @@
146
146
  "whatwg-fetch": "^3.0.0",
147
147
  "ws": "^6.2.3",
148
148
  "yargs": "^17.6.2",
149
- "@react-native-tvos/virtualized-lists": "0.79.1-0"
149
+ "@react-native-tvos/virtualized-lists": "0.79.1-1"
150
150
  },
151
151
  "codegenConfig": {
152
152
  "libraries": [