0.0.1 • Published 1 year ago

@dev-plugins/redux v0.0.1

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

@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);

  /* ... */
}
0.0.1

1 year ago