react-native-wheel-pick 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
# FYI
|
|
2
|
+
|
|
3
|
+
Hey guy I am so sorry, I do not have time to develop this project anymore. :(
|
|
4
|
+
|
|
5
|
+
I recommend you to use [https://github.com/react-native-picker/picker](https://github.com/react-native-picker/picker) instead.
|
|
6
|
+
I have many work to do :(
|
|
7
|
+
|
|
8
|
+
You can also fork my project, but if you want to pay for my coffee for continue develop/update this project pls send message directly to [https://facebook.com/tron.onlyalone](https://facebook.com/tron.onlyalone)
|
|
9
|
+
|
|
1
10
|
# react-native-wheel-pick
|
|
2
11
|
|
|
3
12
|
React native wheel picker for both iOS and android. (Support DatePicker)
|
|
@@ -46,7 +55,7 @@ const isIos = Platform.OS === 'ios'
|
|
|
46
55
|
- Line color is white in android. (Support Line style in future. Pull request welcome)
|
|
47
56
|
- Line color is grey in IOS but it has bug line not show in Picker (iOS 11.4 not sure other version).
|
|
48
57
|
|
|
49
|
-
|
|
58
|
+
~~Pull request are welcome for more support in future (Text Style / Line Style / Line Bug)~~
|
|
50
59
|
|
|
51
60
|
## More Example
|
|
52
61
|
|
|
@@ -69,6 +78,9 @@ const isIos = Platform.OS === 'ios'
|
|
|
69
78
|
|
|
70
79
|
## Release Note
|
|
71
80
|
|
|
81
|
+
### 1.1.2 (April 13 2022)
|
|
82
|
+
- Edit broken url.
|
|
83
|
+
|
|
72
84
|
### 1.1.1 (November 20 2021)
|
|
73
85
|
- Edit broken url.
|
|
74
86
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-wheel-pick",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "React native wheel picker iOS style with android.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/TronNatthakorn/react-native-wheel-pick.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"react-native",
|
|
15
15
|
"picker",
|
|
16
16
|
"wheel"
|
|
17
17
|
],
|
|
18
|
-
"author": "
|
|
18
|
+
"author": "Natthakorn Nakhaseno <tron.natthakorn@engineer.com>",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/TronNatthakorn/react-native-wheel-pick/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/TronNatthakorn/react-native-wheel-pick#readme",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"moment": "^2.19.1"
|
|
26
26
|
},
|