score:0
The terminal may keep showing "info Starting logkitty" after npx react-native log-android
command.
The log data may appear if present, after navigating through the screens of the project in an android device or emulator which is running the project after npx react-native run-android
command.
score:3
I had the same issue and the following solution worked for me.
First make sure you have an adb device connected to your system by running the command adb devices
from you terminal and check if any devices get listed under the line: List of devices attached
.
Now after running the command react-native log-android
, 'Reload' code on your device and the logkitty should start logging fine.
Source: stackoverflow.com
Related Query
- React Native on Android failed to find Build Tools
- React Native Error - yarn' is not recognized as an internal or external command
- What does React Native use to allow JavaScript to be executed on iOS and Android natively?
- react native downloading javascript bundle 100% stuck
- React Native 0.57.1 Android Duplicate Resources
- React native textDecoration properties not working on Android
- React native for android run very slow when not enable "Debug JS"
- Building hybrid React apps for iOS and Android with native performance
- React Native Android Negative Margins
- How to set the height of button in React Native Android
- Linking.canOpenURL returning false when targeting android 30 sdk on React Native
- React Native Nested ScrollView Can`t Scroll on Android Device
- Text is getting cut off in android for react native
- React native deploying on iOS device stuck on Running 1 of 1 custom shell script
- Calling a Android Native UI component method from React native Js code
- How to integrate @2x @3x images to React Native Project (Both Android & IOS)?
- React Native Android error in com.facebook.react.bridge.NoSuchKeyException
- How to enable the Android monitor in React Native for checking logs?
- Android - Hide text cursor input React Native
- React Native App crashes on android 11 on launch without giving error
- React Native Project Running from Xcode but not from command line
- Unexpected Lines under TextInput in React Native Android App
- "You require appropriate loaders", Using react native and expo. App fails to compile on the web, but runs on android
- React Native: Android Native Module
- symbol not found Android React Native
- What is the equivalent of 'SafeAreaView' on android - React Native
- Do react native uses same code for ios and android or both platform code should be written separately?
- React Native app in Android studio: Cause Argument type mismatch
- React Native packager.sh: line 11: node: command not found
- React Native Error: 'Permission Denial: starting Intent"
More Query from same tag
- React JS pass class as variable
- ReactJS | Cannot update during an existing state transition
- How to get data from arrays inside of array
- Why is npm start (after create-react-app) failing to run?
- Use Generic flow types in React component Props and instantiate generic component>
- React hooks updated state not passed to function
- Remove item from an array (useState Hook)
- NextJS SSR and Client side state
- React component with Edit Mode and View Mode, is this a correct pattern?
- NEXT/Image Component URL issue
- add styling in a dynamic html tags in react
- Create-React-App creates this <iframe> that prevents me from clicking or editing directly the app unless I delete it in the elements browswer editor
- How can I get input radio elements to horizontally align in react [material-ui]?
- Working with Strings and useState variables in react js?
- Axios interceptor won't retry original call on React
- Updating Redux store to remove something from array doesn't rerender
- React is not defined when bundling
- How do i reset a useref to null in react
- Passing props in React Route component for "react-router-dom": "^5.2.0"
- My react app doesn't render as expected. Why is this happening?
- Redux: Adding items to array mutates initial state
- How to use Material-UI without create-react-app
- Why useEffect is working twice even if I change the data?
- how to control the scrollbar in overflow scroll
- How to set focus after React state update/render
- How to set a state variable with react-router Route?
- Adding Object to nested array in react-redux
- React: Changing Firebase path dynamically
- MouseEvent target type
- How to use FieldArray with a component which can have other functions