From ad6def3f147a607ff875b3042fd338bde09a8727 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 30 Jan 2020 16:45:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on aace5d5b9010eaabea3251d8ce541c84017696f8 --- docs/next/debugging.html | 4 ++-- docs/next/debugging/index.html | 4 ++-- docs/next/view.html | 6 +++--- docs/next/view/index.html | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/next/debugging.html b/docs/next/debugging.html index 36d19d8a9fb..aefd6aad701 100644 --- a/docs/next/debugging.html +++ b/docs/next/debugging.html @@ -159,8 +159,8 @@ YellowBox.ig

Accessing console logs

You can display the console logs for an iOS or Android app by using the following commands in a terminal while the app is running:

-
$ react-native log-ios
-$ react-native log-android
+
$ npx react-native log-ios
+$ npx react-native log-android
 

You may also access these through Debug → Open System Log... in the iOS Simulator or by running adb logcat *:S ReactNative:V ReactNativeJS:V in a terminal while an Android app is running on a device or emulator.

diff --git a/docs/next/debugging/index.html b/docs/next/debugging/index.html index 36d19d8a9fb..aefd6aad701 100644 --- a/docs/next/debugging/index.html +++ b/docs/next/debugging/index.html @@ -159,8 +159,8 @@ YellowBox.ig

Accessing console logs

You can display the console logs for an iOS or Android app by using the following commands in a terminal while the app is running:

-
$ react-native log-ios
-$ react-native log-android
+
$ npx react-native log-ios
+$ npx react-native log-android
 

You may also access these through Debug → Open System Log... in the iOS Simulator or by running adb logcat *:S ReactNative:V ReactNativeJS:V in a terminal while an Android app is running on a device or emulator.

diff --git a/docs/next/view.html b/docs/next/view.html index 11d9a8a699f..59a84b27ff3 100644 --- a/docs/next/view.html +++ b/docs/next/view.html @@ -673,8 +673,8 @@
-

clickable

-

Determines whether this View is clickable or tappable for accessibility hints.

+

focusable

+

Whether this View should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard.

@@ -683,7 +683,7 @@
TypeRequiredPlatform
booleanNoAndroid
-