Skip to content

Instantly share code, notes, and snippets.

@nguyenlamlll
Last active October 8, 2018 15:10
Show Gist options
  • Save nguyenlamlll/18e751c8eb3c62d220178e3ed1373d0f to your computer and use it in GitHub Desktop.
Save nguyenlamlll/18e751c8eb3c62d220178e3ed1373d0f to your computer and use it in GitHub Desktop.
Radioactive React Native Stopwatch

#Radioactive Stopwatch This is a demo stopwatch application made during the course SE346.J11 at UIT. Made by Le Tran Nguyen Lam. Contact: LeTranNguyenLam.com

The application is created using snack.expo.io. It is available online at: https://snack.expo.io/@nguyenlamlll/radioactive-stopwatch

Preview

Include these in a HTML file and go online

<div data-snack-id="@nguyenlamlll/radioactive-stopwatch" data-snack-platform="ios" data-snack-preview="true" data-snack-theme="light" style="overflow:hidden;background:#fafafa;border:1px solid rgba(0,0,0,.08);border-radius:4px;height:505px;width:100%"></div>
<script async src="https://snack.expo.io/embed.js"></script>

😄

Features

  • Start/Stop button to control the timer.
  • Lap button to mark the laps.
  • Reset button to stop and reset everything.
  • Laps are wrapped inside a vertical scroll view.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment