docs:modify docs and upgrad react version

This commit is contained in:
Albert Luo
2018-07-01 23:15:36 +08:00
parent 8ce989f070
commit ff26ed999a
7 changed files with 13 additions and 8 deletions

5
.gitignore vendored
View File

@@ -4,4 +4,7 @@ node_modules/
.idea
.DS_Store
Example/ios/Pods/
package-lock.json
package-lock.json
Example/ios/Example.xcodeproj/project.pbxproj
ios/RNAliyunOSS.xcodeproj/project.xcworkspace/
Example/package-lock.json

1
CHANGELOG.md Normal file
View File

@@ -0,0 +1 @@
CHANGELOG.md

View File

@@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"aliyun-oss-react-native": "^1.0.0-alpha.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.3",
"react-native-image-picker": "^0.26.10"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-jest": "23.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "23.1.0",
"jest": "23.2.0",
"react-test-renderer": "16.3.1"
},
"jest": {

View File

@@ -1,6 +1,6 @@
# Aliyun OSS SDK for React Native
## [README of English](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md)
## [README of English](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md)
## 简介

View File

@@ -1,6 +1,6 @@
# Alibaba Cloud OSS SDK for React Native
## [README of Chinese](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md)
## [README of Chinese](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md)
## Introduction

1
UPGRADING.md Normal file
View File

@@ -0,0 +1 @@
UPGRADING.md

View File

@@ -1,6 +1,6 @@
{
"name": "aliyun-oss-react-native",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "React Native SDK for aliyun object storage service",
"main": "index.js",
"scripts": {