/smart_counter

A simple counter application

Primary LanguageJava

A simple counter application

React native version: "0.63.4"

  1. Counter: One Numeric counter displaying current counter value

  2. Increment Button:

    • On press Increment the counter by 1.
    • On press and hold, increment the counter by 1 every 0.2 seconds
  3. Decrement Button:

    • On press Decrement the counter by 1.
    • On press and hold, decrement the counter by 1 every 0.2 seconds