Browse Source

fix. compatiable react native 0.55.1 version

matrixbirds 5 years ago
parent
commit
57c182e127
3 changed files with 4241 additions and 13277 deletions
  1. 4234
    6762
      package-lock.json
  2. 7
    7
      package.json
  3. 0
    6508
      yarn.lock

+ 4234
- 6762
package-lock.json
File diff suppressed because it is too large
View File


+ 7
- 7
package.json View File

1
 {
1
 {
2
   "name": "react-native-agora",
2
   "name": "react-native-agora",
3
-  "version": "2.4.0-alpha-1",
3
+  "version": "2.4.0-alpha.2",
4
   "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
4
   "description": "React Native around the Agora RTC SDKs for Android and iOS agora",
5
   "summary": "agora native sdk for react-native",
5
   "summary": "agora native sdk for react-native",
6
   "main": "lib/index.js",
6
   "main": "lib/index.js",
35
   },
35
   },
36
   "homepage": "https://github.com/syanbo/react-native-agora#readme",
36
   "homepage": "https://github.com/syanbo/react-native-agora#readme",
37
   "peerDependencies": {
37
   "peerDependencies": {
38
-    "react": ">=16.6.0",
39
-    "react-native": ">=0.58.0"
38
+    "react": "^16.3.0-alpha.0",
39
+    "react-native": ">=0.55.0"
40
   },
40
   },
41
   "devDependencies": {
41
   "devDependencies": {
42
     "@types/jest": "^23.3.13",
42
     "@types/jest": "^23.3.13",
43
-    "@types/react": "^16.7.20",
44
-    "@types/react-native": "^0.57.31",
43
+    "@types/react": "^16.3.0",
44
+    "@types/react-native": "^0.55.0",
45
     "@types/react-test-renderer": "^16.0.3",
45
     "@types/react-test-renderer": "^16.0.3",
46
-    "react": "16.7.0",
47
-    "react-native": "0.58.3",
46
+    "react": "^16.3.0-alpha.1",
47
+    "react-native": "0.55.0",
48
     "react-native-typescript-transformer": "^1.2.11",
48
     "react-native-typescript-transformer": "^1.2.11",
49
     "ts-jest": "^23.10.5",
49
     "ts-jest": "^23.10.5",
50
     "tslint": "^5.12.1",
50
     "tslint": "^5.12.1",

+ 0
- 6508
yarn.lock
File diff suppressed because it is too large
View File