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 :