Skip to content

Commit

Permalink
fix: a failure occurred while executing kotlin.compilerRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Sep 15, 2023
1 parent eae6cb8 commit ad2f381
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions android/src/oldarch/CompressorSpec.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ abstract class CompressorSpec(context: ReactApplicationContext?) : ReactContextB
abstract fun download(fileUrl: String, options: ReadableMap, promise: Promise)
abstract fun activateBackgroundTask(options: ReadableMap, promise: Promise)
abstract fun deactivateBackgroundTask(options: ReadableMap, promise: Promise)
abstract fun createVideoThumbnail(fileUrl: String?, options: ReadableMap?, promise: Promise)
abstract fun clearCache(cacheDir: String?, promise: com.facebook.react.bridge.Promise?)
abstract fun createVideoThumbnail(fileUrl: String, options: ReadableMap, promise: Promise)
abstract fun clearCache(cacheDir: String?, promise: Promise)
abstract fun addListener(eventName: String)
abstract fun removeListeners(count: Double)
}
20 changes: 10 additions & 10 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ PODS:
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- react-native-compressor (1.8.0):
- react-native-compressor (1.8.2):
- hermes-engine
- NextLevelSessionExporter
- RCT-Folly (= 2021.07.22.00)
Expand Down Expand Up @@ -1126,24 +1126,24 @@ PODS:
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.24.0):
- RNScreens (3.25.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- RNScreens/common (= 3.24.0)
- RNScreens/common (3.24.0):
- RNScreens/common (= 3.25.0)
- RNScreens/common (3.25.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- RNSVG (13.11.0):
- RNSVG (13.13.0):
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- RCTRequired
Expand All @@ -1158,9 +1158,9 @@ PODS:
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNSVG/common (= 13.11.0)
- RNSVG/common (= 13.13.0)
- Yoga
- RNSVG/common (13.11.0):
- RNSVG/common (13.13.0):
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- RCTRequired
Expand Down Expand Up @@ -1381,7 +1381,7 @@ SPEC CHECKSUMS:
React-jsinspector: aaed4cf551c4a1c98092436518c2d267b13a673f
React-logger: da1ebe05ae06eb6db4b162202faeafac4b435e77
react-native-cameraroll: 5d9523136a929b58f092fd7f0a9a13367a4b46e3
react-native-compressor: 7afa42104baf644c6b3eaad024508306b71379a9
react-native-compressor: 5ade6acb23c816132fe941fe08b8632eb369e354
react-native-document-picker: c9ac93d7b511413f4a0ed61c92ff6c7b1bcf4f94
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
react-native-image-picker: 9b4b1d0096500050cbdabf8f4fd00b771065d983
Expand All @@ -1407,8 +1407,8 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNReanimated: 5008fe999d57038a1c5c1163044854d453f41b98
RNScreens: e114ddbc9b91fbde662870c4256196ab0833314b
RNSVG: e3b83203f24f5d275aa71ed85390222a6eb51a48
RNScreens: cba72a26a6c967765a8388fe85f78e7771012ca1
RNSVG: e136c0e3c70ff4fb98687fc5a887039c436c65e6
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 3efc43e0d48686ce2e8c60f99d4e6bd349aff981

Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^3.4.2",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.24.0",
"react-native-svg": "^13.11.0"
"react-native-screens": "3.25.0",
"react-native-svg": "13.13.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
16 changes: 8 additions & 8 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5658,18 +5658,18 @@ react-native-safe-area-context@^4.7.1:
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.7.1.tgz#b7be2d68dee909717cfa439bb5c7966042d231e8"
integrity sha512-X2pJG2ttmAbiGlItWedvDkZg1T1ikmEDiz+7HsiIwAIm2UbFqlhqn+B1JF53mSxPzdNaDcCQVHRNPvj8oFu6Yg==

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

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

0 comments on commit ad2f381

Please sign in to comment.