mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-01-12 17:12:29 +08:00
docs:modify docs and upgrad react version
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
1
CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
||||
CHANGELOG.md
|
||||
@@ -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": {
|
||||
|
||||
@@ -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)
|
||||
|
||||
## 简介
|
||||
|
||||
|
||||
@@ -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
1
UPGRADING.md
Normal file
@@ -0,0 +1 @@
|
||||
UPGRADING.md
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user