Skip to content

Instantly share code, notes, and snippets.

@tanner-west
Created April 14, 2022 19:30
Show Gist options
  • Save tanner-west/64e41075fbd7c063d695b731bbab74a8 to your computer and use it in GitHub Desktop.
Save tanner-west/64e41075fbd7c063d695b731bbab74a8 to your computer and use it in GitHub Desktop.
const textWrapper = wrapper.find('Text')
console.log("0: \n", textWrapper.at(0).debug())
console.log("1: \n", textWrapper.at(1).debug())
// Output:
// 0:
// <Text>
// Please test me
// </Text>
// 1:
// <Text>
// While you&#39;re here, click the button 👆
// </Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment