Build: Simple Counter
A screen with a counter that increments when a button is tapped. This app will be used to demonstrate Detox end-to-end testing.
Target UI
------------------- | Simple Counter | |-----------------| | Count: 0 | | | | [ Increment ] | -------------------
Display a count starting at 0
Show a button labeled 'Increment'
When the button is tapped, increase the count by 1
The count text updates immediately