Commit efed693d authored by xwenliang's avatar xwenliang

resolve conflict

parent d6ad6759
......@@ -85,11 +85,7 @@
[view addSubview:cenLabel];
<<<<<<< HEAD
self.pick = [[UIPickerView alloc] initWithFrame:CGRectMake(0, 40, self.frame.size.width, self.frame.size.height - 40)];
=======
self.pick = [[UIPickerView alloc] initWithFrame:CGRectMake(-5, 40, self.frame.size.width+5, self.frame.size.height - 40)];
>>>>>>> dfafe73491181099295072df68b4d0ebb18d38a8
self.pick.delegate = self;
self.pick.dataSource = self;
......
{
"name": "react-native-picker",
"version": "4.0.12",
"version": "4.0.13",
"description": "",
"main": "index.js",
"scripts": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment