Browse Source

Merge pull request #5 from aliyun/alpha2

Alpha2
Albert Luo 6 years ago
parent
commit
7ccafa24fb
No account linked to committer's email address
7 changed files with 14 additions and 9 deletions
  1. 4
    1
      .gitignore
  2. 1
    0
      CHANGELOG.md
  3. 5
    5
      Example/package.json
  4. 1
    1
      README-CN.md
  5. 1
    1
      README.md
  6. 1
    0
      UPGRADING.md
  7. 1
    1
      package.json

+ 4
- 1
.gitignore View File

4
 .idea
4
 .idea
5
 .DS_Store
5
 .DS_Store
6
 Example/ios/Pods/
6
 Example/ios/Pods/
7
-package-lock.json
7
+package-lock.json
8
+Example/ios/Example.xcodeproj/project.pbxproj
9
+ios/RNAliyunOSS.xcodeproj/project.xcworkspace/
10
+Example/package-lock.json

+ 1
- 0
CHANGELOG.md View File

1
+CHANGELOG.md

+ 5
- 5
Example/package.json View File

7
     "test": "jest"
7
     "test": "jest"
8
   },
8
   },
9
   "dependencies": {
9
   "dependencies": {
10
-    "aliyun-oss-react-native": "^1.0.0-alpha.1",
11
-    "react": "16.0.0-alpha.6",
12
-    "react-native": "0.44.3",
10
+    "react": "16.3.1",
11
+    "react-native": "0.55.4",
12
+    "aliyun-oss-react-native": "^1.0.0-alpha.2",
13
     "react-native-image-picker": "^0.26.10"
13
     "react-native-image-picker": "^0.26.10"
14
   },
14
   },
15
   "devDependencies": {
15
   "devDependencies": {
16
-    "babel-jest": "23.0.1",
16
+    "babel-jest": "23.2.0",
17
     "babel-preset-react-native": "4.0.0",
17
     "babel-preset-react-native": "4.0.0",
18
-    "jest": "23.1.0",
18
+    "jest": "23.2.0",
19
     "react-test-renderer": "16.3.1"
19
     "react-test-renderer": "16.3.1"
20
   },
20
   },
21
   "jest": {
21
   "jest": {

+ 1
- 1
README-CN.md View File

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

+ 1
- 1
README.md View File

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

+ 1
- 0
UPGRADING.md View File

1
+UPGRADING.md

+ 1
- 1
package.json View File

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