Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. _id: 1,
  3. text: 'My message',
  4. createdAt: new Date(Date.UTC(2016, 5, 11, 17, 20, 0)),
  5. user: {
  6. _id: 2,
  7. name: 'React Native',
  8. avatar: 'https://facebook.github.io/react/img/logo_og.png',
  9. },
  10. image: 'https://facebook.github.io/react/img/logo_og.png',
  11. // You can also add a video prop:
  12. video: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4',
  13. // Any additional custom parameters are passed through
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement