UNPKG

@reuvenorg/react-native-boilerplate-ultimate

Version:

A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.

5 lines (3 loc) 172 B
import { applyMiddleware, StoreEnhancer } from '@reduxjs/toolkit'; import logger from 'redux-logger'; export const storeEnhancer: StoreEnhancer = applyMiddleware(logger);