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.

10 lines (7 loc) 291 B
export * from './store/store'; export * from './reducers'; export * from './reducers/counter-reducer'; export * from './hooks'; // Re-export react-redux and redux-persist components export { Provider } from 'react-redux'; export { PersistGate } from 'redux-persist/lib/integration/react';