Commit ec3e24d4 authored by Syan's avatar Syan

0.0.5 修复iOS小bug

parent be1ff343
......@@ -143,3 +143,11 @@ import ImagePicker from 'react-native-syan-image-picker'
*/
```
## 非常感谢
[LuckSiege](https://github.com/LuckSiege/PictureSelector)
[banchichen](https://github.com/banchichen/TZImagePickerController)
[ljunb](https://github.com/ljunb)
\ No newline at end of file
......@@ -6,7 +6,7 @@
// Copyright © 2017年 Facebook. All rights reserved.
//
#import "NSMutableDictionary+SYSafeConvert.h"
#import "NSDictionary+SYSafeConvert.h"
@implementation NSMutableDictionary (SYSafeConvert)
......
{
"name": "react-native-syan-image-picker",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"pu": "npm publish"
},
"keywords": [
"react-native",
......
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