Skip to content

Instantly share code, notes, and snippets.

@TurkerTunali
Last active December 18, 2023 21:14
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 TurkerTunali/fbdefc257cec1f9eaa6dfefa7b8a0727 to your computer and use it in GitHub Desktop.
Save TurkerTunali/fbdefc257cec1f9eaa6dfefa7b8a0727 to your computer and use it in GitHub Desktop.
rn_dynamic_test1
{ "buttons": [
{
"text": "Google",
"onPress": "() => alertButtonPressed('Button google pressed.')"
},
{
"text": "Facebook",
"onPress": "() => alertButtonPressed('Button facebook pressed.')"
},
{
"text": "Instagram",
"onPress": "() => alertButtonPressed('Button Instagram pressed.')"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment