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.
Type Required Platform
@@ -683,7 +683,7 @@
boolean No Android
-