Skip to content

Commit

Permalink
Merge pull request #41 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
mukesh-simform committed Jul 18, 2023
2 parents 8abb9c3 + f66d561 commit ba05abf
Show file tree
Hide file tree
Showing 10 changed files with 244 additions and 278 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org
- name: 🚀 Build & Publish
run: yarn install && yarn publish --access public
run: yarn install && yarn build && yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# react-native-radial-slider

[![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)
[![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)

---

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

```sh
$ yarn
$ yarn example ios // For ios
$ yarn example android // For Android
yarn
yarn example ios // For ios
yarn example android // For Android
```

## Find this library useful? ❤️
Expand Down

0 comments on commit ba05abf

Please sign in to comment.