Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 8, 2020 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/0e72edcd0d1c4553d6bdf37fac0b8936 to your computer and use it in GitHub Desktop.
Save marshallmurphy/0e72edcd0d1c4553d6bdf37fac0b8936 to your computer and use it in GitHub Desktop.
// App.js
...
const initialState = {
settings: [
{
type: 'Likes',
active: 2,
sample: 'marsalmurphy liked your photo.'
},
{
type: 'Photos',
active: 2,
sample: 'marsalmurphy tagged you in a photo.'
},
{
type: 'Comments',
active: 2,
sample: 'marsalmurphy commented: "Nice one!"'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment