0.3.1 • Published 6 months ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months 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.1.0

12 months ago

0.3.0

6 months ago

0.2.0

7 months ago

0.3.1

6 months ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago