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
06d63e02
Commit
06d63e02
authored
Nov 13, 2017
by
zooble
Committed by
GitHub
Nov 13, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #156 from ianlin/ios-dont-show-picker-when-init
ios: do not show picker at the end of initialising
parents
64860d7c
f575ad33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
+0
-7
No files found.
ios/RCTBEEPickerManager/RCTBEEPickerManager.m
View file @
06d63e02
...
...
@@ -83,13 +83,6 @@ RCT_EXPORT_METHOD(_init:(NSDictionary *)indic){
dispatch_async
(
dispatch_get_main_queue
(),
^
{
[
self
.
window
addSubview
:
_pick
];
[
UIView
animateWithDuration
:.
3
animations
:
^
{
[
_pick
setFrame
:
CGRectMake
(
0
,
SCREEN_HEIGHT
-
self
.
height
,
SCREEN_WIDTH
,
self
.
height
)];
}];
});
}
...
...
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