Skip to content

Commit f66d561

Browse files
Merge pull request #40 from SimformSolutionsPvtLtd/feature/UNT-T17809
feat(UNT-T17809): release v1.0.0
2 parents c8ab8e1 + 2bee9e4 commit f66d561

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# react-native-radial-slider
44

5-
[![npm version](https://img.shields.io/badge/npm%20package-0.0.4-orange)](https://www.npmjs.org/package/react-native-radial-slider) [![Android](https://img.shields.io/badge/Platform-Android-green?logo=android)](https://www.android.com) [![iOS](https://img.shields.io/badge/Platform-iOS-green?logo=apple)](https://developer.apple.com/ios) [![MIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/licenses/MIT)
5+
[![react-native-radial-slider on npm](https://img.shields.io/npm/v/react-native-radial-slider.svg?style=flat)](https://www.npmjs.com/package/react-native-radial-slider) [![react-native-radial-slider downloads](https://img.shields.io/npm/dm/react-native-radial-slider)](https://www.npmtrends.com/react-native-radial-slider) [![react-native-radial-slider install size](https://packagephobia.com/badge?p=react-native-radial-slider)](https://packagephobia.com/result?p=react-native-radial-slider) [![Android](https://img.shields.io/badge/Platform-Android-green?logo=android)](https://www.android.com) [![iOS](https://img.shields.io/badge/Platform-iOS-green?logo=apple)](https://developer.apple.com/ios) [![MIT](https://img.shields.io/badge/License-MIT-green)](https://opensource.org/licenses/MIT)
66

77
---
88

@@ -296,9 +296,9 @@ export default SpeedoMeterVariant;
296296
A full working example project is here [Example](./example/src/App.tsx)
297297

298298
```sh
299-
$ yarn
300-
$ yarn example ios // For ios
301-
$ yarn example android // For Android
299+
yarn
300+
yarn example ios // For ios
301+
yarn example android // For Android
302302
```
303303

304304
## Find this library useful? ❤️

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-radial-slider",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "React Native component to select or highlight a specific value from a range of values",
55
"homepage": "https://github.com/SimformSolutionsPvtLtd/react-native-radial-slider#readme",
66
"main": "lib/index.js",
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"build": "rm -rf lib && tsc -p .",
3131
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
32-
"prepare": "husky install",
32+
"prepare": "husky install && yarn build",
3333
"test": "jest",
3434
"example": "yarn --cwd example"
3535
},

0 commit comments

Comments
 (0)