Skip to content

Commit ba05abf

Browse files
Merge pull request #41 from SimformSolutionsPvtLtd/develop
Release v1.0.0
2 parents 8abb9c3 + f66d561 commit ba05abf

File tree

10 files changed

+244
-278
lines changed

10 files changed

+244
-278
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
node-version: 16
1919
registry-url: https://registry.npmjs.org
2020
- name: 🚀 Build & Publish
21-
run: yarn install && yarn publish --access public
21+
run: yarn install && yarn build && yarn publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

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? ❤️

0 commit comments

Comments
 (0)