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.
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/React/Base/RCTVersion.m +1 -1
- package/React/CoreModules/RCTTVNavigationEventEmitter.mm +2 -0
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/publish.gradle +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +1 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/package.json +2 -2
package/React/Base/RCTVersion.m
CHANGED
|
@@ -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
|
|
|
@@ -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:///
|
|
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 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tvos",
|
|
3
|
-
"version": "0.79.1-
|
|
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-
|
|
149
|
+
"@react-native-tvos/virtualized-lists": "0.79.1-1"
|
|
150
150
|
},
|
|
151
151
|
"codegenConfig": {
|
|
152
152
|
"libraries": [
|