0.0.6 • Published 1 year ago

@dev-plugins/tinybase v0.0.6

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

@dev-plugins/tinybase

A TinyBase DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/tinybase

Integrate TinyBase with the DevTool hook

import { useTinyBaseDevTools } from '@dev-plugins/tinybase';

const store = createStore();

export default function App() {
  useTinyBaseDevTools(store);

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

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago