UNPKG

@silicon.js/app-state

Version:

A lightweight React Native package for tracking and managing application state changes with a simple provider-based architecture.

5 lines (4 loc) 170 B
export * from './hooks/useAppState'; export * from './hooks/useAppStateContext'; export * from './provider/AppStateContext'; export * from './provider/AppStateProvider';