File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # React Native Dropdown Picker 5.x
1
+ # React Native Dropdown Picker
2
+
3
+ <a href =" https://www.npmjs.org/package/react-native-dropdown-picker " >
4
+ <img src="https://img.shields.io/npm/v/react-native-dropdown-picker?color=brightgreen&label=npm%20package "
5
+ alt="Current npm package version." />
6
+ </a >
2
7
3
8
## Screenshots
4
9
5
10
<p float =" left " >
6
- <img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png" width="270" alt="Screenshot">
7
- <img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png" width="270" alt="Screenshot">
8
- <img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png" width="270" alt="Screenshot">
11
+ <img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png"
12
+ width="270" alt="Screenshot showing basic dropdown" />
13
+ <img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png"
14
+ width="270" alt="Screenshot showing badges" />
15
+ <img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png"
16
+ width="270" alt="Screenshot showing dark theme and parent items" />
9
17
</p >
10
18
11
19
The above screenshots are taken from the following
@@ -14,7 +22,9 @@ example: [https://snack.expo.dev/8mHmLfcZf](https://snack.expo.dev/8mHmLfcZf)
14
22
## Documentation
15
23
16
24
The docs can be read
17
- at: [ https://hossein-zare.github.io/react-native-dropdown-picker-website ] ( https://hossein-zare.github.io/react-native-dropdown-picker-website )
25
+ at: [ https://hossein-zare.github.io/react-native-dropdown-picker-website ] ( https://hossein-zare.github.io/react-native-dropdown-picker-website ) .
26
+ The docs can be edited
27
+ at: [ https://github.com/hossein-zare/react-native-dropdown-picker-website ] ( https://github.com/hossein-zare/react-native-dropdown-picker-website )
18
28
19
29
## Merge and Release Process
20
30
You can’t perform that action at this time.
0 commit comments