import React from 'react'; import { Provider } from 'react-redux'; import { themes } from '../app/lib/constants'; import MessageContext from '../app/containers/message/Context'; import { mockedStore as store } from '../app/reducers/mockedStore'; export const decorators = [ Story => ( {}, onLongPress: () => {}, reactionInit: () => {}, onErrorPress: () => {}, replyBroadcast: () => {}, onReactionPress: () => {}, onDiscussionPress: () => {}, onReactionLongPress: () => {}, threadBadgeColor: themes.light.tunreadColor }} > ) ];