Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-picker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-picker
Commits
74bfba1a
Commit
74bfba1a
authored
Aug 16, 2017
by
xwenliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new version v4.1.0 support RN@0.47
parent
358ba9d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
README.md
README.md
+3
-2
android/src/main/java/com/beefe/picker/PickerViewModule.java
android/src/main/java/com/beefe/picker/PickerViewModule.java
+2
-1
package.json
package.json
+2
-2
No files found.
README.md
View file @
74bfba1a
...
...
@@ -16,14 +16,15 @@
|pickerTitleText | |string |pls select |
|pickerConfirmBtnColor | |array |[1, 186, 245, 1] |
|pickerCancelBtnColor | |array |[1, 186, 245, 1] |
|pickerTitleColor | |array |[20, 20, 20, 1]
)
|
|pickerTitleColor | |array |[20, 20, 20, 1]
|
|pickerToolBarBg | |array |[232, 232, 232, 1] |
|pickerBg | |array |[196, 199, 206, 1] |
|pickerToolBarFontSize | |number |16 |
|wheelFlex | |array |[1, 1, 1] |
|pickerFontSize | |number |16 |
|pickerFontColor | |array |[31, 31, 31, 1] |
|pickerData | |array | |
|selectedValue | |
string
| |
|selectedValue | |
array
| |
|onPickerConfirm | |function| |
|onPickerCancel | |function| |
|onPickerSelect | |function| |
...
...
android/src/main/java/com/beefe/picker/PickerViewModule.java
View file @
74bfba1a
...
...
@@ -497,6 +497,7 @@ public class PickerViewModule extends ReactContextBaseJavaModule implements Life
@Override
public
void
onHostDestroy
()
{
hide
();
dialog
=
null
;
}
}
package.json
View file @
74bfba1a
{
"name"
:
"react-native-picker"
,
"version"
:
"4.
0.19
"
,
"description"
:
""
,
"version"
:
"4.
1.0
"
,
"description"
:
"
A Native Picker with high performance.
"
,
"main"
:
"index.js"
,
"types"
:
"index.d.ts"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment