Skip to content

Instantly share code, notes, and snippets.

@nguyenlamlll
Last active October 8, 2018 15:10
Show Gist options
  • Select an option

  • Save nguyenlamlll/18e751c8eb3c62d220178e3ed1373d0f to your computer and use it in GitHub Desktop.

Select an option

Save nguyenlamlll/18e751c8eb3c62d220178e3ed1373d0f to your computer and use it in GitHub Desktop.

Revisions

  1. nguyenlamlll revised this gist Oct 8, 2018. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions radioactive-react-native-stopwatch.md
    Original file line number Diff line number Diff line change
    @@ -6,10 +6,14 @@ The application is created using snack.expo.io. It is available online at: https


    ## 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>


    ```
    :smile:

    ## Features

    - Start/Stop button to control the timer.
  2. nguyenlamlll created this gist Oct 8, 2018.
    18 changes: 18 additions & 0 deletions radioactive-react-native-stopwatch.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    #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
    <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.