UNPKG

react-native-shared-state

Version:

Create shared states that can be connected to multiple react native components, allowing for simple global state management.

5 lines (4 loc) 166 B
export { SharedMap } from './SharedMap'; export { SharedState } from './SharedState'; export { SharedLazyArray } from './SharedLazyArray'; export * from './helpers';