
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-console-modal
Advanced tools
A simple React Native package to display console logs in a modal, making it easy to debug directly within the app
A React Native debug tool that displays console logs and network requests directly within your app. Perfect for debugging on physical devices without needing to connect to a computer.
# Using npm
npm install react-native-console-modal
# Using yarn
yarn add react-native-console-modal
import { LogViewer, overrideConsole } from 'react-native-console-modal';
// Override console methods to capture logs
overrideConsole();
function App() {
return (
<View style={styles.container}>
{/* Your app content */}
<LogViewer />
</View>
);
}
Console Logging:
Interactive Testing:
Styling:
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library
FAQs
A simple React Native package to display console logs in a modal, making it easy to debug directly within the app
We found that react-native-console-modal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.