Skip to content

Commit 610dfd5

Browse files
authored
Merge pull request #184 from numandev1/fix/kotlin-compilerRunner
fix: a failure occurred while executing kotlin.compilerRunner
2 parents eae6cb8 + ad2f381 commit 610dfd5

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

android/src/oldarch/CompressorSpec.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ abstract class CompressorSpec(context: ReactApplicationContext?) : ReactContextB
2727
abstract fun download(fileUrl: String, options: ReadableMap, promise: Promise)
2828
abstract fun activateBackgroundTask(options: ReadableMap, promise: Promise)
2929
abstract fun deactivateBackgroundTask(options: ReadableMap, promise: Promise)
30-
abstract fun createVideoThumbnail(fileUrl: String?, options: ReadableMap?, promise: Promise)
31-
abstract fun clearCache(cacheDir: String?, promise: com.facebook.react.bridge.Promise?)
30+
abstract fun createVideoThumbnail(fileUrl: String, options: ReadableMap, promise: Promise)
31+
abstract fun clearCache(cacheDir: String?, promise: Promise)
3232
abstract fun addListener(eventName: String)
3333
abstract fun removeListeners(count: Double)
3434
}

example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ PODS:
881881
- React-Codegen
882882
- React-RCTFabric
883883
- ReactCommon/turbomodule/core
884-
- react-native-compressor (1.8.0):
884+
- react-native-compressor (1.8.2):
885885
- hermes-engine
886886
- NextLevelSessionExporter
887887
- RCT-Folly (= 2021.07.22.00)
@@ -1126,24 +1126,24 @@ PODS:
11261126
- React-RCTText
11271127
- ReactCommon/turbomodule/core
11281128
- Yoga
1129-
- RNScreens (3.24.0):
1129+
- RNScreens (3.25.0):
11301130
- RCT-Folly
11311131
- RCTRequired
11321132
- RCTTypeSafety
11331133
- React
11341134
- React-Codegen
11351135
- React-RCTFabric
11361136
- ReactCommon/turbomodule/core
1137-
- RNScreens/common (= 3.24.0)
1138-
- RNScreens/common (3.24.0):
1137+
- RNScreens/common (= 3.25.0)
1138+
- RNScreens/common (3.25.0):
11391139
- RCT-Folly
11401140
- RCTRequired
11411141
- RCTTypeSafety
11421142
- React
11431143
- React-Codegen
11441144
- React-RCTFabric
11451145
- ReactCommon/turbomodule/core
1146-
- RNSVG (13.11.0):
1146+
- RNSVG (13.13.0):
11471147
- hermes-engine
11481148
- RCT-Folly (= 2021.07.22.00)
11491149
- RCTRequired
@@ -1158,9 +1158,9 @@ PODS:
11581158
- React-utils
11591159
- ReactCommon/turbomodule/bridging
11601160
- ReactCommon/turbomodule/core
1161-
- RNSVG/common (= 13.11.0)
1161+
- RNSVG/common (= 13.13.0)
11621162
- Yoga
1163-
- RNSVG/common (13.11.0):
1163+
- RNSVG/common (13.13.0):
11641164
- hermes-engine
11651165
- RCT-Folly (= 2021.07.22.00)
11661166
- RCTRequired
@@ -1381,7 +1381,7 @@ SPEC CHECKSUMS:
13811381
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
13821382
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
13831383
react-native-cameraroll: 5d9523136a929b58f092fd7f0a9a13367a4b46e3
1384-
react-native-compressor: 7afa42104baf644c6b3eaad024508306b71379a9
1384+
react-native-compressor: 5ade6acb23c816132fe941fe08b8632eb369e354
13851385
react-native-document-picker: c9ac93d7b511413f4a0ed61c92ff6c7b1bcf4f94
13861386
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
13871387
react-native-image-picker: 9b4b1d0096500050cbdabf8f4fd00b771065d983
@@ -1407,8 +1407,8 @@ SPEC CHECKSUMS:
14071407
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
14081408
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
14091409
RNReanimated: 5008fe999d57038a1c5c1163044854d453f41b98
1410-
RNScreens: e114ddbc9b91fbde662870c4256196ab0833314b
1411-
RNSVG: e3b83203f24f5d275aa71ed85390222a6eb51a48
1410+
RNScreens: cba72a26a6c967765a8388fe85f78e7771012ca1
1411+
RNSVG: e136c0e3c70ff4fb98687fc5a887039c436c65e6
14121412
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
14131413
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981
14141414

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"react-native-progress": "^5.0.0",
3232
"react-native-reanimated": "^3.4.2",
3333
"react-native-safe-area-context": "^4.7.1",
34-
"react-native-screens": "^3.24.0",
35-
"react-native-svg": "^13.11.0"
34+
"react-native-screens": "3.25.0",
35+
"react-native-svg": "13.13.0"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.20.0",

example/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5658,18 +5658,18 @@ react-native-safe-area-context@^4.7.1:
56585658
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.7.1.tgz#b7be2d68dee909717cfa439bb5c7966042d231e8"
56595659
integrity sha512-X2pJG2ttmAbiGlItWedvDkZg1T1ikmEDiz+7HsiIwAIm2UbFqlhqn+B1JF53mSxPzdNaDcCQVHRNPvj8oFu6Yg==
56605660

5661-
react-native-screens@^3.24.0:
5662-
version "3.24.0"
5663-
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.24.0.tgz#3d40199f9e2594c8d6e9f065772ebb842ecf53f4"
5664-
integrity sha512-ncAxY6Fja1eDwxMWsWG1S2lDWbE45f8XtdpKkY+Ovwg52iEov7uWx302PsvBkPpK9dGV4u6f2ZRoZGZYBvSbbA==
5661+
react-native-screens@3.25.0:
5662+
version "3.25.0"
5663+
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-3.25.0.tgz#cf45e271ce733c9cf782fef8c9b3eb9e53faf01d"
5664+
integrity sha512-TSC2Ad0hh763I8QT6XxMsPXAagQ+RawDSdFtKRvIz9fCYr96AjRwwaqmYivbqlDywOgcRBkIVynkFtp0ThmlYw==
56655665
dependencies:
56665666
react-freeze "^1.0.0"
56675667
warn-once "^0.1.0"
56685668

5669-
react-native-svg@^13.11.0:
5670-
version "13.11.0"
5671-
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.11.0.tgz#90be2834a358351a76a57834941cb79183beb6b2"
5672-
integrity sha512-ApMp0t7NQh85BNq66nfN1/l8pwkj1Lx8Y+ErmBmZ0Oado3DSd+o/Fx/6Jm3GmBkmXl62t6Et0FHj1NYxNQw64w==
5669+
react-native-svg@13.13.0:
5670+
version "13.13.0"
5671+
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.13.0.tgz#23dedb4594dcc44128d63fa5b13c49534187fef5"
5672+
integrity sha512-L8y8uEiMG0Tr++Nb2+24wlMuv18+bmq/CMoFFtTUlEqVvGCoK2ea8WamPl/9bV8gjL+Rngg5NqEBvKS23sbYoA==
56735673
dependencies:
56745674
css-select "^5.1.0"
56755675
css-tree "^1.1.3"

0 commit comments

Comments
 (0)