0.0.6 • Published 1 year ago

@dev-plugins/vanilla-log-viewer v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@dev-plugins/vanilla-log-viewer

An example of DevTools plugin using vanilla JavaScript to show console logs

Installation

Add the package to your project

npx expo install @dev-plugins/vanilla-log-viewer

Integrate the plugin with your app

import { useVanillaLogViewer } from '@dev-plugins/vanilla-log-viewer';

export default function App() {
  useVanillaLogViewer();

  return <View>{/* ... */}</View>;
}
0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago