UNPKG

@livelike/react-native

Version:

LiveLike React Native package

11 lines (8 loc) 221 B
import { stickerPackStore } from '../store/stickerPack'; import { useStore } from './useStore'; export function useStickerPacks() { const stickerPacks = useStore(stickerPackStore); return { stickerPacks, }; }