Skip to content

Commit af86baf

Browse files
author
Marco Cesarato
committed
Changed screenshot dir name, Update README.md
1 parent 024db3c commit af86baf

File tree

9 files changed

+15
-13
lines changed

9 files changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# React Native Input Spinner
2-
## `react-native-input-spinner`
1+
<img src="images/logo.png" width="100%"/>
2+
3+
<center>
34

45
[![NPM version][npm-image]][npm-url]
5-
[![npm download][download-image]][download-url]
6-
[![Package Quality](https://npm.packagequality.com/shield/react-native-input-spinner.svg)](https://packagequality.com/#?package=react-native-input-spinner)
6+
![npm](https://img.shields.io/npm/dy/react-native-input-spinner?style=flat-square)
7+
[![Package Quality](https://npm.packagequality.com/shield/react-native-input-spinner.svg?style=flat-square)](https://packagequality.com/#?package=react-native-input-spinner)
78
[![js-prittier-style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)
9+
[![NPM](https://nodei.co/npm/react-native-input-spinner.png?downloads=true&downloadRank=true)](https://nodei.co/npm/react-native-input=spinner/)
810

911
[npm-image]: http://img.shields.io/npm/v/react-native-input-spinner.svg?style=flat-square
1012
[npm-url]: http://npmjs.org/package/react-native-input-spinner
11-
[download-image]: https://img.shields.io/npm/dm/react-native-input-spinner.svg?style=flat-square
12-
[download-url]: https://npmjs.org/package/react-native-input-spinner
1313

14-
*Compatible with: Android, iOS, Windows, Web and Expo*
14+
</center>
1515

1616
**Github:** https://github.com/marcocesarato/react-native-input-spinner
1717

@@ -24,14 +24,16 @@
2424
An extendible input number spinner component for react-native highly customizable.
2525
This component enhance a text input for entering numeric values, with increase and decrease buttons.
2626

27+
*Compatible with: Android, iOS, Windows, Web and Expo.*
28+
2729
## 🎨 Screenshots
2830

2931
Default props + Min & Max colors | Not rounded, showBorder, Min & Max colors |
3032
------------------|-------------|
31-
<img src="screenshots/example.png" /> | <img src="screenshots/example_2.png" /> |
33+
<img src="images/example.png" /> | <img src="images/example_2.png" /> |
3234

3335
### High customization
34-
<img src="screenshots/customization.png" />
36+
<img src="images/customization.png" />
3537

3638
## 📖 Install
3739

@@ -76,14 +78,14 @@ expo start
7678
Open Expo Client on your device. Use it to scan the QR code printed by `expo start`. You may have to wait a minute while your project bundles and loads for the first time.
7779

7880
### Example app
79-
<img src="screenshots/example_app.png" />
81+
<img src="images/example_app.png" />
8082

8183
## 💡 Props
8284

8385
Check the "[Props List](PROPS.md)" file to have the complete list of component props ordered by name.
8486

8587
### Structure
86-
<img src="screenshots/structure.png" />
88+
<img src="images/structure.png" />
8789

8890
### Handlers
8991

@@ -112,7 +114,7 @@ Property | Description | Type | Default | Note
112114

113115
#### Screenshots
114116

115-
<img src="screenshots/append.png"/>
117+
<img src="images/append.png"/>
116118

117119
##### Description
118120
- Top spinner with a child
@@ -143,7 +145,7 @@ Property | Description | Type | Default | Note
143145
`buttonPressTextColor` | Custom color of the button of the Spinner on Pressed state | String | `#FFFFFF` |
144146

145147
#### Screenshots
146-
<img src="screenshots/button_press.gif" />
148+
<img src="images/button_press.gif" />
147149

148150
##### Description
149151
- Spinner with `color`, `buttonTextColor`, `colorPress` and `buttonPressTextColor` custom colors
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

images/logo.png

21.9 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)