UNPKG

@livelike/react-native

Version:

LiveLike React Native package

12 lines 355 B
import { useStore } from './useStore'; import { reactionPackStore } from '../store'; export function useReactionPacks(_ref) { let { reactionSpaceId } = _ref; const reactionPackStoreValue = useStore(reactionPackStore); return { reactionPacks: reactionPackStoreValue[reactionSpaceId] || [] }; } //# sourceMappingURL=useReactionPacks.js.map