Skip to content

Instantly share code, notes, and snippets.

@ManuViola77
Created August 11, 2020 22:43
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 ManuViola77/2871545d426cdda330f322e517c46b0e to your computer and use it in GitHub Desktop.
Save ManuViola77/2871545d426cdda330f322e517c46b0e to your computer and use it in GitHub Desktop.
AnotherScreen parameters
export const screenParameters = {
paramOne: 'This is a parameter that is a text',
paramTwo: {
content: 'This is a parameter that is an object with a content',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment