Commit ec3e24d4 authored by Syan's avatar Syan

0.0.5 修复iOS小bug

parent be1ff343
...@@ -142,4 +142,12 @@ import ImagePicker from 'react-native-syan-image-picker' ...@@ -142,4 +142,12 @@ import ImagePicker from 'react-native-syan-image-picker'
* @return {Promise} 返回一个Promise对象 * @return {Promise} 返回一个Promise对象
*/ */
``` ```
\ No newline at end of file
## 非常感谢
[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 @@ ...@@ -6,7 +6,7 @@
// Copyright © 2017年 Facebook. All rights reserved. // Copyright © 2017年 Facebook. All rights reserved.
// //
#import "NSMutableDictionary+SYSafeConvert.h" #import "NSDictionary+SYSafeConvert.h"
@implementation NSMutableDictionary (SYSafeConvert) @implementation NSMutableDictionary (SYSafeConvert)
......
{ {
"name": "react-native-syan-image-picker", "name": "react-native-syan-image-picker",
"version": "0.0.4", "version": "0.0.5",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"pu": "npm publish"
}, },
"keywords": [ "keywords": [
"react-native", "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