react-native-flip-countdown-timer
Advanced tools
Comparing version
{ | ||
"name": "react-native-flip-countdown-timer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Flip countdown timer implementation in React Native", | ||
@@ -5,0 +5,0 @@ "main": "dist/react-native-flip-countdown-timer.cjs.js", |
@@ -1,2 +0,2 @@ | ||
# react-native-flip-timer [](https://travis-ci.com/pritishvaidya/react-native-flip-timer) [](https://www.codefactor.io/repository/github/pritishvaidya/react-native-flip-timer) [](https://codeclimate.com/github/pritishvaidya/react-native-flip-timer/maintainability) [](https://codeclimate.com/github/pritishvaidya/react-native-flip-timer/test_coverage) [](https://badge.fury.io/js/react-native-flip-timer) [](https://npm-stat.com/charts.html?package=react-native-flip-timer&from=2018-02-17&to=2018-12-28) <a href="https://github.com/pritishvaidya/react-native-flip-timer/blob/master/README.md"><img src="https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg" alt="module formats: umd, cjs, esm"></a> | ||
# react-native-flip-countdown-timer [](https://travis-ci.com/pritishvaidya/react-native-flip-countdown-timer) [](https://www.codefactor.io/repository/github/pritishvaidya/react-native-flip-countdown-timer) [](https://codeclimate.com/github/pritishvaidya/react-native-flip-countdown-timer/maintainability) [](https://codeclimate.com/github/pritishvaidya/react-native-flip-countdown-timer/test_coverage) [](https://badge.fury.io/js/react-native-flip-countdown-timer) [](https://npm-stat.com/charts.html?package=react-native-flip-countdown-timer&from=2018-02-17&to=2018-12-28) <a href="https://github.com/pritishvaidya/react-native-flip-countdown-timer/blob/master/README.md"><img src="https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg" alt="module formats: umd, cjs, esm"></a> | ||
> A Flip timer implementation in React Native | ||
@@ -21,3 +21,3 @@ | ||
```bash | ||
$ npm i react-native-flip-timer --save | ||
$ npm i react-native-flip-countdown-timer --save | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
} from 'react-native'; | ||
import { CountdownTimer, FlipNumber } from 'react-native-flip-timer'; | ||
import { CountdownTimer, FlipNumber } from 'react-native-flip-countdown-timer'; | ||
@@ -108,3 +108,3 @@ export default class App extends Component { | ||
Feel free to [contact me](mailto:pritishvaidya94@gmail.com) or [create an issue](https://github.com/pritishvaidya/react-native-flip-timer/issues/new) | ||
Feel free to [contact me](mailto:pritishvaidya94@gmail.com) or [create an issue](https://github.com/pritishvaidya/react-native-flip-countdown-timer/issues/new) | ||
191954
0.09%