@dev-plugins/redux
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@dev-plugins/redux

A React Native Redux DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/redux

Integrate redux with the DevTool hook

import { useReduxDevTools } from '@dev-plugins/redux';
import { store } from './store';


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

  /* ... */
}

Readme

Keywords

Package Sidebar

Install

npm i @dev-plugins/redux

Weekly Downloads

1,222

Version

0.0.1

License

MIT

Unpacked Size

2.61 MB

Total Files

16

Last publish

Collaborators

  • kudochien