Skip to content

motasimfoad/react-native-stopwatch-minutes-seconds-milliseconds-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-stopwatch-minutes-seconds-milliseconds-demoapp

React-native stopwatch demoapp

Includes :
1- Stopwatch app for both android and ios.
2- Using minutes-seconds-milliseconds for time formatting.

Installation :

1 - create a React-native project
react-native init StopWatch
2 - cd StopWatch
3 - Download the index.ios/android and replace it with this one.
4 - Download and replace package.json file
5 - npm install minutes-seconds-milliseconds —save
6 - npm install moment --save
7 - npm install
8 - react-native run-ios or react-native run-android




Preview :

Screen_Shot_2017_03_17_at_5_20_37_PM Screen_Shot_2017_03_17_at_5_20_52_PM